summaryrefslogtreecommitdiff
path: root/classes/dlg.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/dlg.php
parentb3bc638a9fa87cdaf61bff446f8aa0534d2b49ee (diff)
prefs: Prefs global -> Helpers
Diffstat (limited to 'classes/dlg.php')
-rw-r--r--classes/dlg.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/dlg.php b/classes/dlg.php
index 6617dfe07..7ac18bb90 100644
--- a/classes/dlg.php
+++ b/classes/dlg.php
@@ -49,7 +49,7 @@ class Dlg extends Handler_Protected {
print "<div align='center'>";
- print "<button dojoType=\"dijit.form.Button\" onclick=\"return Prefs.OPML.changeKey()\">".
+ print "<button dojoType=\"dijit.form.Button\" onclick=\"return Helpers.OPML.changeKey()\">".
__('Generate new URL')."</button> ";
print "<button dojoType=\"dijit.form.Button\" onclick=\"return CommonDialogs.closeInfoBox()\">".