rabin hace 2 años
padre
commit
4931564eb2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Database.php

+ 1 - 1
src/Database.php

@@ -4803,7 +4803,7 @@ class Database
     {
         $type = Dever::input('update_type');
         if ($type && isset($type[0]) && $type[0] > 10) {
-            Dever::setInput('update_spec_type', -1);
+            //Dever::setInput('update_spec_type', -1);
             return;
         }
         $spec_type = Dever::input('update_spec_type');