]> 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 6f1bb618842a07e52c9c2ecf178a3d31338a5628..7601a6f840480caed0bcb597c08600852bc0eb8a 100644 (file)
@@ -369,7 +369,7 @@ class System
         */
        public static function exit()
        {
-               DI::page()->logRuntime(DI::config());
+               DI::page()->logRuntime(DI::config(), 'exit');
                exit();
        }