]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/System.php
Merge pull request #11577 from annando/issue-11557
[friendica.git] / src / Core / System.php
index 10fc5c7d4e335e6cdc725affb1672f93c572ea8d..6f1bb618842a07e52c9c2ecf178a3d31338a5628 100644 (file)
@@ -369,7 +369,7 @@ class System
         */
        public static function exit()
        {
-               DI::page()->logRuntime();
+               DI::page()->logRuntime(DI::config());
                exit();
        }