]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/ThemeDetails.php
Update function / rearrange tab order
[friendica.git] / src / Module / ThemeDetails.php
index c69c93b03f0422a5dcd025514f477c99d978c92a..1291d3309552b672acd167bd088b619f69e9d85c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2010-2022, the Friendica project
+ * @copyright Copyright (C) 2010-2023, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -24,7 +24,6 @@ namespace Friendica\Module;
 use Friendica\BaseModule;
 use Friendica\Core\System;
 use Friendica\Core\Theme;
-use Friendica\DI;
 
 /**
  * Prints theme specific details as a JSON string
@@ -49,7 +48,6 @@ class ThemeDetails extends BaseModule
                                'credits' => $credits,
                        ]);
                }
-               DI::page()->logRuntime();
-               exit();
+               System::exit();
        }
 }