diff options
Diffstat (limited to 'application/front/controller/admin/ToolsController.php')
-rw-r--r-- | application/front/controller/admin/ToolsController.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/front/controller/admin/ToolsController.php b/application/front/controller/admin/ToolsController.php index 66db5ad9..d087f2cd 100644 --- a/application/front/controller/admin/ToolsController.php +++ b/application/front/controller/admin/ToolsController.php | |||
@@ -21,7 +21,7 @@ class ToolsController extends ShaarliAdminController | |||
21 | 'sslenabled' => is_https($this->container->environment), | 21 | 'sslenabled' => is_https($this->container->environment), |
22 | ]; | 22 | ]; |
23 | 23 | ||
24 | $this->executeHooks($data); | 24 | $data = $this->executeHooks($data); |
25 | 25 | ||
26 | foreach ($data as $key => $value) { | 26 | foreach ($data as $key => $value) { |
27 | $this->assignView($key, $value); | 27 | $this->assignView($key, $value); |