rabin %!s(int64=3) %!d(string=hai) anos
pai
achega
9b315e53dc
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      src/Database.php

+ 3 - 1
src/Database.php

@@ -2670,7 +2670,9 @@ class Database
                 }
 
                 $button = $this->list_tbody_button($config, $data[$k]);
-                $result[$k] .= $button;
+                if ($this->manage_button) {
+                    $result[$k] .= $button;
+                }
 
                 $return[$i]['manage'] = str_replace(array('<td>', '</td>'), '', $button);