]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Group.php
Normalize start_time and end_time parameter names in Friendica API event endpoints
[friendica.git] / src / Module / Group.php
index ada1b82f694fc05158dd55f226408460d8d9b3da..cd07e978123b7a2db3cdebac8b4614a2a4bfb4cc 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,7 +360,7 @@ class Group extends BaseModule
                if ($change) {
                        $tpl = Renderer::getMarkupTemplate('groupeditor.tpl');
                        echo Renderer::replaceMacros($tpl, $context);
-                       exit();
+                       System::exit();
                }
 
                return Renderer::replaceMacros($tpl, $context);