]> git.mxchange.org Git - friendica.git/blobdiff - src/App.php
Merge pull request #11647 from Quix0r/fixes/type-error-exception
[friendica.git] / src / App.php
index e55938d39c797604326509d16006daedec274168..6fa79c50144190638e8de86c1a1542dc5be8c0bb 100644 (file)
@@ -719,7 +719,7 @@ class App
                } catch (HTTPException $e) {
                        (new ModuleHTTPException())->rawContent($e);
                }
-               $page->logRuntime($this->config);
+               $page->logRuntime($this->config, 'runFrontend');
        }
 
        /**