diff options
author | zotlabs <mike@macgirvin.com> | 2017-03-05 16:18:09 -0800 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-03-05 16:18:09 -0800 |
commit | 4c0c153b8f23a2e6cbd037591af982232cb77989 (patch) | |
tree | b6d86c455ef2dd078ae622da52b091c6555411e1 /install | |
parent | 384db9d10dbded64e83564daa4c51dac05674a2b (diff) | |
download | volse-hubzilla-4c0c153b8f23a2e6cbd037591af982232cb77989.tar.gz volse-hubzilla-4c0c153b8f23a2e6cbd037591af982232cb77989.tar.bz2 volse-hubzilla-4c0c153b8f23a2e6cbd037591af982232cb77989.zip |
move emoji emoticons (not reactions) to plugin
Diffstat (limited to 'install')
-rw-r--r-- | install/update.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/install/update.php b/install/update.php index 87cf4ba60..dd3a42c78 100644 --- a/install/update.php +++ b/install/update.php @@ -2508,4 +2508,5 @@ function update_r1187() { return UPDATE_FAILED; -}
\ No newline at end of file +} + |