]> git.mxchange.org Git - friendica.git/commitdiff
Update src/App/Page.php
authorPhilipp <admin+Github@philipp.info>
Tue, 16 Nov 2021 20:12:12 +0000 (21:12 +0100)
committerGitHub <noreply@github.com>
Tue, 16 Nov 2021 20:12:12 +0000 (21:12 +0100)
Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
src/App/Page.php

index d7e04ea7ce101ab0860922dd9d1c0f0d145f34b3..856e2bc458e09789b3c78ab28fd90cb4876ee955 100644 (file)
@@ -350,7 +350,7 @@ class Page implements ArrayAccess
                        $moduleClass = $module->getClass();
 
                        $arr = ['content' => $content];
-                       Hook::callAll( $moduleClass->getClassName() . '_mod_content', $arr);
+                       Hook::callAll($moduleClass->getClassName() . '_mod_content', $arr);
                        $content = $arr['content'];
                        $arr     = ['content' => $moduleClass->content()];
                        Hook::callAll($moduleClass->getClassName() . '_mod_aftercontent', $arr);