diff options
author | Mario <mario@mariovavti.com> | 2023-09-21 08:34:02 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-09-21 08:34:02 +0000 |
commit | a5e32dc3de997c3a3d9046161ce1ec149abb65c1 (patch) | |
tree | 3c7312f8bc2bcc6083d9b96408c5816ff79acb71 /boot.php | |
parent | 150174c3bb5578e0dfc20ac97a061d170fc90f5a (diff) | |
download | volse-hubzilla-a5e32dc3de997c3a3d9046161ce1ec149abb65c1.tar.gz volse-hubzilla-a5e32dc3de997c3a3d9046161ce1ec149abb65c1.tar.bz2 volse-hubzilla-a5e32dc3de997c3a3d9046161ce1ec149abb65c1.zip |
more deprecate $a
Diffstat (limited to 'boot.php')
-rw-r--r-- | boot.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -872,7 +872,8 @@ class App { date_default_timezone_set('UTC'); self::$config = ['system' => []]; - self::$page = []; + self::$page['htmlhead'] = ''; + self::$pager = []; self::$query_string = ''; |