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

Commit

Permalink
Missing hook for filter_boot.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
cdujeu committed Jun 30, 2017
1 parent 209d68b commit 2671537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/plugins/gui.ajax/RichClient.php
Expand Up @@ -208,6 +208,7 @@ public function getBootConf(ServerRequestInterface &$request, ResponseInterface
$out = array();
self::parseApplicationGetParameters($ctx, $request->getQueryParams(), $out, $_SESSION);
$config = $this->computeBootConf($ctx);
Controller::applyHook("loader.filter_boot_conf", array($ctx, &$config));
$response = new JsonResponse($config);

}
Expand Down

0 comments on commit 2671537

Please sign in to comment.