Jelajahi Sumber

add to local

stanley-king 7 tahun lalu
induk
melakukan
b7cacbeeef
1 mengubah file dengan 2 tambahan dan 1 penghapusan
  1. 2 1
      crontab/control/control.php

+ 2 - 1
crontab/control/control.php

@@ -130,10 +130,11 @@ class BaseCronControl
                     }
                 }
                 else {
+                    $trans->commit();
                     break;
                 }
-                $trans->commit();
 
+                $trans->commit();
             }
             catch (Exception $ex)
             {