rabin 2 лет назад
Родитель
Сommit
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) {