mirror of
https://github.com/friendica/friendica
synced 2024-11-10 05:02:58 +00:00
Overzealous rename
reverted change to function name.
This commit is contained in:
parent
8057afb039
commit
a6d501bc4e
1 changed files with 5 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue