stanley-king 7 anni fa
parent
commit
b7cacbeeef
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  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)
             {