aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php9
1 files changed, 6 insertions, 3 deletions
diff --git a/boot.php b/boot.php
index 95726d9f6..b9c03b1ae 100644
--- a/boot.php
+++ b/boot.php
@@ -58,12 +58,14 @@ require_once('include/hubloc.php');
require_once('include/attach.php');
require_once('include/bbcode.php');
require_once('include/items.php');
+require_once('include/conversation.php');
+require_once('include/acl_selectors.php');
define('PLATFORM_NAME', 'hubzilla');
-define('STD_VERSION', '8.7.1');
+define('STD_VERSION', '8.9');
define('ZOT_REVISION', '6.0');
-define('DB_UPDATE_VERSION', 1258);
+define('DB_UPDATE_VERSION', 1259);
define('PROJECT_BASE', __DIR__);
@@ -872,7 +874,8 @@ class App {
date_default_timezone_set('UTC');
self::$config = ['system' => []];
- self::$page = [];
+ self::$page['htmlhead'] = '';
+
self::$pager = [];
self::$query_string = '';