]> git.mxchange.org Git - friendica-addons.git/blobdiff - smileybutton/smileybutton.php
Merge pull request #555 from tobiasd/20180320-securemailDE
[friendica-addons.git] / smileybutton / smileybutton.php
index 4aea34d87876dced8ba4da7bf1e590d1caef44df..2d4a0743e62cf737c8a62317dcf85a2d66e7261e 100644 (file)
@@ -96,7 +96,7 @@ function show_button($a, &$b) {
 
        // Call hooks to get aditional smileies from other addons
        $params = ['texts' => $texts, 'icons' => $icons, 'string' => ""]; //changed
-       call_hooks('smilie', $params);
+       Addon::callHooks('smilie', $params);
 
        //Generate html for smiley list
        $s = "<table class=\"smiley-preview\"><tr>\n\t";