]> git.mxchange.org Git - friendica.git/blobdiff - src/App/Page.php
Tests ...
[friendica.git] / src / App / Page.php
index f410f6aa2811ea7d39b3c3d97f020537f7882e6f..c1a0e4aa547ed4e1eb599f9d3bb73f78a3c4677d 100644 (file)
@@ -352,6 +352,7 @@ class Page implements ArrayAccess
                        $arr = ['content' => $content];
                        Hook::callAll($moduleClass->getClassName() . '_mod_content', $arr);
                        $content = $arr['content'];
+                       $content .= $module->getModule()->content();
                } catch (HTTPException $e) {
                        $content = (new ModuleHTTPException())->content($e);
                }