]> git.mxchange.org Git - friendica-addons.git/blobdiff - smiley_pack/lang/smiley_pack_fr/smiley_pack_fr.php
[various] Remove App dependency from hook functions
[friendica-addons.git] / smiley_pack / lang / smiley_pack_fr / smiley_pack_fr.php
index 9bdce46e0ad657463bd34d9caccdde289b691838..feceab26175b3ef6e80310932aa68a37bf6965bd 100644 (file)
@@ -18,7 +18,7 @@ function smiley_pack_fr_install()
        Hook::register('smilie', 'addon/smiley_pack_fr/smiley_pack_fr.php', 'smiley_pack_fr_smilies');
 }
 
-function smiley_pack_fr_smilies(App $a, array &$b)
+function smiley_pack_fr_smilies(array &$b)
 {
 
 #Smileys are split into various directories by the intended range of emotions.  This is in case we get too big and need to modularise things.  We can then cut and paste the right lines, move the right directory, and just change the name of the addon to happy_smilies or whatever.