rework autocomplete: some polishing

This commit is contained in:
rabuzarus 2016-04-14 17:05:19 +02:00 committed by Roland Haeder
commit db581c08d0
No known key found for this signature in database
GPG key ID: B72F8185C6C7BD78
5 changed files with 12 additions and 8 deletions

View file

@ -16,6 +16,6 @@ function smilies_content(&$a) {
json_return_and_die($results);
}
else {
return smilies('',true);
return Smilies::replace('',true);
}
}