]> git.mxchange.org Git - friendica.git/blobdiff - view/theme/frio/theme.php
Merge pull request #10166 from mexon/mat/refactor-user-arguments
[friendica.git] / view / theme / frio / theme.php
index cbc3b0f04c0558a1360f83a324ea43afdded3740..78654dd2fc4e3bd4ebff05980c58127c4a9efd7f 100644 (file)
@@ -189,7 +189,7 @@ function frio_contact_photo_menu(App $a, &$args)
  * @param App $a The App class
  * @param array $nav The original nav menu
  */
-function frio_remote_nav($a, &$nav)
+function frio_remote_nav(App $a, array &$nav)
 {
        // get the homelink from $_XSESSION
        $homelink = Model\Profile::getMyURL();