diff options
author | redmatrix <git@macgirvin.com> | 2016-06-04 17:06:12 -0700 |
---|---|---|
committer | redmatrix <git@macgirvin.com> | 2016-06-04 17:06:12 -0700 |
commit | a6012af00d13bdab1806b7ae172d271d4ad9ebe5 (patch) | |
tree | 0d27c71f3d71073d43673a15c0fecc749cbc452c /boot.php | |
parent | a0d339f208ce991ccc429e7d4ac1bbacce393b38 (diff) | |
download | volse-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-x | boot.php | 1 |
1 files changed, 1 insertions, 0 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; |