Skip to content
This repository has been archived by the owner on Nov 25, 2020. It is now read-only.

Commit

Permalink
Second call of initActivePlugins() in rest.php seems useless. Comment…
Browse files Browse the repository at this point in the history
…ed, to recheck.
  • Loading branch information
cdujeu committed Jul 21, 2015
1 parent 27abfa0 commit 7277f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/rest.php
Expand Up @@ -79,7 +79,7 @@
$confDriver = ConfService::getConfStorageImpl();
$Driver = ConfService::loadDriverForRepository($repo);
}
AJXP_PluginsService::getInstance()->initActivePlugins();
//AJXP_PluginsService::getInstance()->initActivePlugins();

$xmlResult = AJXP_Controller::findRestActionAndApply($action, $path);
if (!empty($xmlResult) && !headers_sent()) {
Expand Down

0 comments on commit 7277f0e

Please sign in to comment.