summaryrefslogtreecommitdiff
path: root/classes/handler/public.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-02-11 15:49:32 +0300
committerAndrew Dolgov <[email protected]>2021-02-11 15:49:32 +0300
commit74986d1ac6e5d0433bff460aa2b0d1757c75f4b4 (patch)
treee0f0fc87e47a5e986f6a7035ce752823873988a4 /classes/handler/public.php
parentcc646790fdda3b476b199032005e89ea59f3d7f3 (diff)
shorten pref tab names; make log-alert clickable
Diffstat (limited to 'classes/handler/public.php')
-rwxr-xr-xclasses/handler/public.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/handler/public.php b/classes/handler/public.php
index c6310f18b..9dbb197f2 100755
--- a/classes/handler/public.php
+++ b/classes/handler/public.php
@@ -871,7 +871,7 @@ class Handler_Public extends Handler {
if ($feed_id) {
print "<form method='GET' action=\"$tp_uri\">
- <input type='hidden' name='tab' value='feedConfig'>
+ <input type='hidden' name='tab' value='feeds'>
<input type='hidden' name='method' value='editfeed'>
<input type='hidden' name='methodparam' value='$feed_id'>
<button dojoType='dijit.form.Button' class='alt-info' type='submit'>".__("Edit subscription options")."</button>