diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -229,7 +229,8 @@ if (CONFIG_DEBUG) { Render::addTemplate('footer', array('text' => round($duration, 3) . 's, ' . Database::getQueryCount() . ' queries, ' - . round(Database::getQueryTime(), 3) . 's query time total'), 'main'); + . round(Database::getQueryTime(), 3) . 's query time total' + ), 'main'); } // Send page to client. |