summaryrefslogtreecommitdiff
path: root/classes
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-02 16:29:00 +0300
committerAndrew Dolgov <[email protected]>2018-12-02 16:29:00 +0300
commit3a6dae92034791c199f9ddb4c60b8298b22c1d47 (patch)
tree2f25f3d336437ca42e7020067dbf7fccc588894d /classes
parentb9869dbc01f505e87def7463e032914cab49f26c (diff)
prefs: more of the same, really
Diffstat (limited to 'classes')
-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 f86fc7b0b..17dfb10ca 100644
--- a/classes/pref/system.php
+++ b/classes/pref/system.php
@@ -37,7 +37,7 @@ class Pref_System extends Handler_Protected {
LIMIT 100");
print "<button dojoType=\"dijit.form.Button\"
- onclick=\"updateSystemList()\">".__('Refresh')."</button> ";
+ onclick=\"Prefs.updateEventLog()\">".__('Refresh')."</button> ";
print "&nbsp;<button dojoType=\"dijit.form.Button\"
class=\"btn-danger\" onclick=\"Prefs.clearEventLog()\">".__('Clear')."</button> ";