Fixed parser error

pull/808/head
Roland Häder 2019-02-18 18:28:55 +01:00
parent e1fdf03f02
commit 35974aced9
No known key found for this signature in database
GPG Key ID: B72F8185C6C7BD78
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ function rendertime_page_end(&$a, &$o) {
round($a->getProfiler()->get("database_write"), 3),
round($a->getProfiler()->get("network"), 2),
round($a->getProfiler()->get("rendering"), 2),
round($a->getProfiler()->get("parser") 2),
round($a->getProfiler()->get("parser"), 2),
round($a->getProfiler()->get("file"), 2),
round($duration - $a->getProfiler()->get("database")
- $a->getProfiler()->get("network") - $a->getProfiler()->get("rendering")