aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorredmatrix <git@macgirvin.com>2016-06-04 17:06:12 -0700
committerredmatrix <git@macgirvin.com>2016-06-04 17:06:12 -0700
commita6012af00d13bdab1806b7ae172d271d4ad9ebe5 (patch)
tree0d27c71f3d71073d43673a15c0fecc749cbc452c /boot.php
parenta0d339f208ce991ccc429e7d4ac1bbacce393b38 (diff)
downloadvolse-hubzilla-a6012af00d13bdab1806b7ae172d271d4ad9ebe5.tar.gz
volse-hubzilla-a6012af00d13bdab1806b7ae172d271d4ad9ebe5.tar.bz2
volse-hubzilla-a6012af00d13bdab1806b7ae172d271d4ad9ebe5.zip
For emojis in posts, extend smilies and save a lot of duplication of effort
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index 26bebe8f8..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;