Smilies moved to src

Smilies moved to Friendica\Content namespace.

Related to https://github.com/friendica/friendica/issues/3878
This commit is contained in:
Adam Magness 2017-11-11 07:22:45 -05:00
parent fe1710d3d0
commit 9a347b473d
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
* Author: Michael Vogel <http://pirati.ca/profile/heluecht>
*/
require_once 'include/Smilies.php';
use Friendica\Content\Smilies;
function unicode_smilies_install() {
register_hook('smilie', 'addon/unicode_smilies/unicode_smilies.php', 'unicode_smilies_smilies');