1
0
Fork 0
mirror of https://git.friendi.ca/friendica/friendica-addons.git synced 2025-07-28 23:41:46 +00:00

: Added function type hint

This commit is contained in:
Christian Wiwie 2020-03-15 13:38:57 +01:00
parent c12e1256e4
commit 30d35b835e

View file

@ -48,7 +48,7 @@ function showmore_dyn_settings_post()
}
}
function showmore_dyn_settings(&$a, &$o)
function showmore_dyn_settings(App &$a, &$o)
{
if(!local_user()) {
return;