summaryrefslogtreecommitdiff
path: root/classes/pref/system.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-16 16:59:21 +0300
committerAndrew Dolgov <[email protected]>2021-02-16 16:59:21 +0300
commitbdbbdbb0eddd125bec167da5f42bbd95c770151f (patch)
treee5a119238b536e0e724b1442e2dc1148bd5cc46e /classes/pref/system.php
parent627af2c236bf4a370a5d31641757b69d679513f6 (diff)
rework controls to accept parameters as array
Diffstat (limited to 'classes/pref/system.php')
-rw-r--r--classes/pref/system.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/pref/system.php b/classes/pref/system.php
index d3b733364..a4a072ea9 100644
--- a/classes/pref/system.php
+++ b/classes/pref/system.php
@@ -95,7 +95,7 @@ class Pref_System extends Handler_Administrative {
E_USER_ERROR => __("Errors"),
E_USER_WARNING => __("Warnings"),
E_USER_NOTICE => __("Everything")
- ], 'onchange="Helpers.EventLog.refresh()"', "severity") ?>
+ ], ["onchange"=> "Helpers.EventLog.refresh()"], "severity") ?>
</div>
</div>