mirror of
https://github.com/itflow-org/itflow
synced 2026-08-06 23:57:16 +00:00
Fix remaing undefine vars for audits and flash messages
This commit is contained in:
@@ -10,7 +10,7 @@ if (isset($_POST['edit_theme_settings'])) {
|
||||
|
||||
mysqli_query($mysqli,"UPDATE settings SET config_theme = '$theme' WHERE company_id = 1");
|
||||
|
||||
logAudit("Settings", "Edit", "$session_name edited theme settings $dark_mode");
|
||||
logAudit("Settings", "Edit", "$session_name edited theme settings to $theme");
|
||||
|
||||
flashAlert("Changed theme to <strong>$theme</strong>");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user