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

Commit e744027

Browse files
committed
Revert the second call to initActivePlugins() in rest.php, as it can break some additional plugins loading after loading driver.
1 parent 4c3e155 commit e744027

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/rest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@
7979
$confDriver = ConfService::getConfStorageImpl();
8080
$Driver = ConfService::loadDriverForRepository($repo);
8181
}
82-
//AJXP_PluginsService::getInstance()->initActivePlugins();
82+
AJXP_PluginsService::getInstance()->initActivePlugins();
8383

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

0 commit comments

Comments
 (0)