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
This commit is contained in:
parent
01e72b1b14
commit
1e156a0f84
2
init.php
2
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>';
|
||||
}
|
||||
|
Reference in New Issue
Block a user