]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Group.php
Log the execution time
[friendica.git] / src / Module / Group.php
index 3cd8166f1fadc2a37275b27b39787c29fc7ef917..4825debd02942ca58504895a123885ab2113fd66 100644 (file)
@@ -360,6 +360,7 @@ class Group extends BaseModule
                if ($change) {
                        $tpl = Renderer::getMarkupTemplate('groupeditor.tpl');
                        echo Renderer::replaceMacros($tpl, $context);
+                       DI::page()->logRuntime();
                        exit();
                }