Skip to content

Commit

Permalink
Item9750: Paul needs to re-jig this, as the registerMeta's should not…
Browse files Browse the repository at this point in the history
… be turned off

git-svn-id: http://svn.foswiki.org/trunk/SemanticLinksPlugin@10368 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
SvenDowideit authored and SvenDowideit committed Dec 20, 2010
1 parent de22650 commit b2db304
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Foswiki/Plugins/SemanticLinksPlugin.pm
Expand Up @@ -45,7 +45,7 @@ sub initPlugin {

$pluginEnabled =
Foswiki::Func::getPreferencesFlag('SEMANTICLINKSPLUGIN_ENABLED');
if ($pluginEnabled) {
# if ($pluginEnabled) {
require Foswiki::Plugins::SemanticLinksPlugin::Core;
Foswiki::Plugins::SemanticLinksPlugin::Core::init();

Expand All @@ -72,7 +72,7 @@ sub initPlugin {
allow => [qw(query anchor text)]
);
}
}
# }

return 1;
}
Expand Down

0 comments on commit b2db304

Please sign in to comment.