mirror of
https://git.friendi.ca/friendica/friendica-addons.git
synced 2024-11-21 19:43:42 +00:00
#8374: Added function type hint
This commit is contained in:
parent
c12e1256e4
commit
30d35b835e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue