check for existing fields when setting/updating tablelisting-columns
Signed-off-by: Michael Kaufmann <d00p@froxlor.org>
This commit is contained in:
@@ -27,6 +27,9 @@ use Froxlor\UI\Callbacks\Ftp;
|
||||
use Froxlor\UI\Callbacks\Text;
|
||||
use Froxlor\UI\Listing;
|
||||
|
||||
// used outside scope variables
|
||||
$cperlenabled = $cperlenabled ?? false;
|
||||
|
||||
return [
|
||||
'htaccess_list' => [
|
||||
'title' => lng('menue.extras.pathoptions'),
|
||||
|
||||
@@ -27,6 +27,9 @@ use Froxlor\UI\Callbacks\Mysql;
|
||||
use Froxlor\UI\Callbacks\Text;
|
||||
use Froxlor\UI\Listing;
|
||||
|
||||
// used outside scope variables
|
||||
$multiple_mysqlservers = $multiple_mysqlservers ?? false;
|
||||
|
||||
return [
|
||||
'mysql_list' => [
|
||||
'title' => lng('menue.mysql.databases'),
|
||||
|
||||
Reference in New Issue
Block a user