summaryrefslogtreecommitdiff
path: root/classes/pref/system.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-03 12:46:00 +0300
committerAndrew Dolgov <[email protected]>2018-12-03 12:46:00 +0300
commit4d4034091af3d5f7308cc794cf38f654bbe3083f (patch)
tree27eedcd03d007564bfc056fbe3d13e6d8e501335 /classes/pref/system.php
parentb3bc638a9fa87cdaf61bff446f8aa0534d2b49ee (diff)
prefs: Prefs global -> Helpers
Diffstat (limited to 'classes/pref/system.php')
-rw-r--r--classes/pref/system.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/classes/pref/system.php b/classes/pref/system.php
index 17dfb10ca..d60b419cf 100644
--- a/classes/pref/system.php
+++ b/classes/pref/system.php
@@ -37,10 +37,10 @@ class Pref_System extends Handler_Protected {
LIMIT 100");
print "<button dojoType=\"dijit.form.Button\"
- onclick=\"Prefs.updateEventLog()\">".__('Refresh')."</button> ";
+ onclick=\"Helpers.updateEventLog()\">".__('Refresh')."</button> ";
print "&nbsp;<button dojoType=\"dijit.form.Button\"
- class=\"btn-danger\" onclick=\"Prefs.clearEventLog()\">".__('Clear')."</button> ";
+ class=\"btn-danger\" onclick=\"Helpers.clearEventLog()\">".__('Clear')."</button> ";
print "<p><table width=\"100%\" cellspacing=\"10\" class=\"prefErrorLog\">";