diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-06-05 20:04:12 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-06-05 20:04:12 +0200 |
commit | cfbd2fc85c6e428f87c5e8d529c98e3e89202f2a (patch) | |
tree | 603e88df90c10ba5cc87d5bea90cb530459b70d0 /boot.php | |
parent | 8d6c2b5d4a799d87df1cd9f6f258890045ce6c62 (diff) | |
parent | dd6718c2cdf2cadaf7478b848eb892dcda1dc7e9 (diff) | |
download | volse-hubzilla-cfbd2fc85c6e428f87c5e8d529c98e3e89202f2a.tar.gz volse-hubzilla-cfbd2fc85c6e428f87c5e8d529c98e3e89202f2a.tar.bz2 volse-hubzilla-cfbd2fc85c6e428f87c5e8d529c98e3e89202f2a.zip |
Merge branch 'dev' into sabre32
Diffstat (limited to 'boot.php')
-rwxr-xr-x | boot.php | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -783,6 +783,7 @@ class App { public static $content; public static $data = array(); public static $error = false; + public static $emojitab = false; public static $cmd; public static $argv; public static $argc; @@ -866,7 +867,7 @@ class App { /** * App constructor. */ - function init() { + public static function init() { // we'll reset this after we read our config file date_default_timezone_set('UTC'); |