mirror of
https://github.com/friendica/friendica
synced 2025-04-30 05:04:22 +02:00
Update Addon functions and calls
Update function names and calls for Addon class.
This commit is contained in:
parent
213f6ae1a1
commit
11cf36105c
73 changed files with 544 additions and 464 deletions
|
@ -15,6 +15,7 @@
|
|||
namespace Friendica\Content;
|
||||
|
||||
use Friendica\App;
|
||||
use Friendica\Core\Addon;
|
||||
use Friendica\Core\Config;
|
||||
use Friendica\Core\PConfig;
|
||||
use Friendica\Core\System;
|
||||
|
@ -139,7 +140,7 @@ class Smilies
|
|||
];
|
||||
|
||||
$params = ['texts' => $texts, 'icons' => $icons];
|
||||
call_hooks('smilie', $params);
|
||||
Addon::callHooks('smilie', $params);
|
||||
|
||||
return $params;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue