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

Commit

Permalink
Revert the second call to initActivePlugins() in rest.php, as it can …
Browse files Browse the repository at this point in the history
…break some additional plugins loading after loading driver.
  • Loading branch information
cdujeu committed Oct 13, 2015
1 parent 4c3e155 commit e744027
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 e744027

Please sign in to comment.