From ce47780fcd1b8354d8cb8727678b1c59a0a3c517 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sat, 31 Jan 2015 17:52:46 +0100 Subject: [PATCH] Same goes to onStartShowAside() which has 'Action' as type-hint. Signed-off-by: Roland Haeder --- plugins/MobileProfile/MobileProfilePlugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/MobileProfile/MobileProfilePlugin.php b/plugins/MobileProfile/MobileProfilePlugin.php index 8ead60f255..8781198bd7 100644 --- a/plugins/MobileProfile/MobileProfilePlugin.php +++ b/plugins/MobileProfile/MobileProfilePlugin.php @@ -316,7 +316,7 @@ class MobileProfilePlugin extends WAP20Plugin $action->elementEnd('address'); } - function onStartShowAside($action) + function onStartShowAside(Action $action) { if ($this->serveMobile) { return false; -- 2.39.5