stanley-king hace 7 años
padre
commit
b7cacbeeef
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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)
             {