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

+ 2 - 1
src/Database.php

@@ -2695,7 +2695,8 @@ 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) {
                 if (isset($config['manage']['_list']['value']['update'])) {