]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Group.php
Log the execution time
[friendica.git] / src / Module / Group.php
index ada1b82f694fc05158dd55f226408460d8d9b3da..4825debd02942ca58504895a123885ab2113fd66 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2021, the Friendica project
+ * @copyright Copyright (C) 2010-2022, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -360,6 +360,7 @@ class Group extends BaseModule
                if ($change) {
                        $tpl = Renderer::getMarkupTemplate('groupeditor.tpl');
                        echo Renderer::replaceMacros($tpl, $context);
+                       DI::page()->logRuntime();
                        exit();
                }