summaryrefslogtreecommitdiff
path: root/init.php
diff options
context:
space:
mode:
authorMarkus Birth <github.com@birth-online.de>2013-07-30 02:19:48 -0700
committerMarkus Birth <github.com@birth-online.de>2013-07-30 02:19:48 -0700
commit42715b704dd62041c69629fe712f9605cdfa70e7 (patch)
treed971977b498761f1f20a64d19cee6fb0d4e2e68c /init.php
parent01e72b1b144e408aaae119726cbb41c4ee1d86e0 (diff)
parent1e156a0f84d5ee734c7679b4f08f99fc50e6bb0b (diff)
downloadyafpp-42715b704dd62041c69629fe712f9605cdfa70e7.tar.gz
yafpp-42715b704dd62041c69629fe712f9605cdfa70e7.zip
Merge pull request #19 from ldidry/master
Conflict with linked instances feature
Diffstat (limited to 'init.php')
-rw-r--r--init.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.php b/init.php
index e76a896..39d3a57 100644
--- a/init.php
+++ b/init.php
@@ -152,7 +152,7 @@ class Af_Feedmod extends Plugin implements IHandler
function hook_prefs_tabs($args)
{
- print '<div id="instanceConfigTab" dojoType="dijit.layout.ContentPane"
+ print '<div id="feedmodConfigTab" dojoType="dijit.layout.ContentPane"
href="backend.php?op=af_feedmod"
title="' . __('FeedMod') . '"></div>';
}