andre 3 жил өмнө
parent
commit
a90e652859

+ 1 - 2
check_billing_cycle.php

@@ -18,8 +18,7 @@ use Illuminate\Database\Capsule\Manager as Capsule;
 
 function current_billingcycle_hook($vars)
 {
-   if ($vars['templatefile']=='upgrade'){
-
+   if ($vars['templatefile']=='upgrade' || $vars['templatefile']=='upgradesummary'){
        $id = $vars['id'];
        $billingcycle = Capsule::table('tblhosting')
                ->where('id',$id)