From: Roland Haeder Date: Sat, 31 Jan 2015 16:53:19 +0000 (+0100) Subject: And another one has 'Action' as type-hint: onStartShowLocalNavBlock() X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=826f8f3833a511073d4c0690227b6e8c93f7e666;p=quix0rs-gnu-social.git And another one has 'Action' as type-hint: onStartShowLocalNavBlock() Signed-off-by: Roland Haeder --- diff --git a/plugins/MobileProfile/MobileProfilePlugin.php b/plugins/MobileProfile/MobileProfilePlugin.php index 6f465607b6..9d7075a3a2 100644 --- a/plugins/MobileProfile/MobileProfilePlugin.php +++ b/plugins/MobileProfile/MobileProfilePlugin.php @@ -323,7 +323,7 @@ class MobileProfilePlugin extends WAP20Plugin } } - function onStartShowLocalNavBlock($action) + function onStartShowLocalNavBlock(Action $action) { if ($this->serveMobile) { // @todo FIXME: "Show Navigation" / "Hide Navigation" needs i18n