summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuc Didry <luc@didry.org>2013-07-07 11:25:03 +0200
committerLuc Didry <luc@didry.org>2013-07-07 11:25:03 +0200
commit1e156a0f84d5ee734c7679b4f08f99fc50e6bb0b (patch)
treed971977b498761f1f20a64d19cee6fb0d4e2e68c
parent01e72b1b144e408aaae119726cbb41c4ee1d86e0 (diff)
downloadyafpp-1e156a0f84d5ee734c7679b4f08f99fc50e6bb0b.tar.gz
yafpp-1e156a0f84d5ee734c7679b4f08f99fc50e6bb0b.zip
Change instanceConfigTab by feedmodConfigTab
If you use the linked instances feature and the af_feedmod plugin, there is a conflict since the instanceConfigTab id is already used. This fixs the problem
-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>';
}