Overzealous rename

reverted change to function name.
This commit is contained in:
Adam Magness 2017-11-19 16:14:16 -05:00
parent 8057afb039
commit a6d501bc4e
1 changed files with 5 additions and 1 deletions

View File

@ -6,7 +6,11 @@
use Friendica\App;
use Friendica\Content\Smilies;
function smiliesContent(App $a)
/**
* @param object $a App
* @return mixed
*/
function smilies_content(App $a)
{
if ($a->argv[1] === "json") {
$tmp = Smilies::getList();