Skip to content

Commit

Permalink
fix plugin registry
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrekle committed Nov 8, 2011
1 parent 612b033 commit 2cf6e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Erfurt/Plugin/Manager.php
Expand Up @@ -128,7 +128,7 @@ private function _addPlugin($pluginName, $pluginPath)
$pluginConfig->enabled = false;
}

$this->addPluginExternally($pluginName,$pluginName,$path,$config);
$this->addPluginExternally($pluginName, $pluginName, $pluginPath, $pluginConfig);
// var_dump($pluginConfig);
}

Expand Down

0 comments on commit 2cf6e7a

Please sign in to comment.