rabin преди 2 години
родител
ревизия
0d89bad3ec
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      src/Database.php

+ 2 - 2
src/Database.php

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