aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 5a6a3a913..1e81f19ff 100644
--- a/boot.php
+++ b/boot.php
@@ -872,7 +872,8 @@ class App {
date_default_timezone_set('UTC');
self::$config = ['system' => []];
- self::$page = [];
+ self::$page['htmlhead'] = '';
+
self::$pager = [];
self::$query_string = '';