aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2016-06-05 20:04:12 +0200
committerMario Vavti <mario@mariovavti.com>2016-06-05 20:04:12 +0200
commitcfbd2fc85c6e428f87c5e8d529c98e3e89202f2a (patch)
tree603e88df90c10ba5cc87d5bea90cb530459b70d0 /boot.php
parent8d6c2b5d4a799d87df1cd9f6f258890045ce6c62 (diff)
parentdd6718c2cdf2cadaf7478b848eb892dcda1dc7e9 (diff)
downloadvolse-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-xboot.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index 16c5fed11..76312ed4e 100755
--- a/boot.php
+++ b/boot.php
@@ -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');