]> git.mxchange.org Git - friendica.git/blobdiff - src/Core/System.php
Convert potential spaces in Memcache(d) key names
[friendica.git] / src / Core / System.php
index 10fc5c7d4e335e6cdc725affb1672f93c572ea8d..7601a6f840480caed0bcb597c08600852bc0eb8a 100644 (file)
@@ -369,7 +369,7 @@ class System
         */
        public static function exit()
        {
-               DI::page()->logRuntime();
+               DI::page()->logRuntime(DI::config(), 'exit');
                exit();
        }