Use settings get method for list_row_edit_button

This commit is contained in:
FusionPBX
2025-04-14 09:36:05 -06:00
committed by GitHub
parent 71b952cdc6
commit de10ea2a4a
44 changed files with 44 additions and 44 deletions

View File

@@ -60,7 +60,7 @@
}
//set from session variables
$list_row_edit_button = filter_var($_SESSION['theme']['list_row_edit_button']['boolean'] ?? false, FILTER_VALIDATE_BOOL);
$list_row_edit_button = $settings->get('theme', 'list_row_edit_button', false);
//process the http post data by action
if ($action != '' && is_array($modules) && @sizeof($modules) != 0) {