rabin 3 lat temu
rodzic
commit
88ebc94deb
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      src/Database.php

+ 1 - 1
src/Database.php

@@ -2736,7 +2736,7 @@ class Database
     private function list_tbody_button($config, $data, $type = 'td')
     {
         $result = '';
-        //if ((Dever::load('manage/auth.oper', 3) != false || Dever::load('manage/auth.oper', 5) != false) && isset($config['manage']['_list']['value'])) {
+        if ((Dever::load('manage/auth.oper', 3) != false || Dever::load('manage/auth.oper', 5) != false) && isset($config['manage']['_list']['value'])) {
         if (isset($config['manage']['_list']['value'])) {
             $result = '<'.$type.'>';
             if ($config['state'] == 2) {