]> git.mxchange.org Git - friendica.git/commitdiff
Hotfix: Deleted content
authorPhilipp <admin@philipp.info>
Wed, 17 Nov 2021 12:39:48 +0000 (13:39 +0100)
committerPhilipp <admin@philipp.info>
Wed, 17 Nov 2021 12:39:48 +0000 (13:39 +0100)
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);
                }