From 24e9b81771df2e17ce1e1c0dee86e71bf88bea53 Mon Sep 17 00:00:00 2001 From: Carlos Ferreira Date: Tue, 6 Feb 2018 10:50:25 +0100 Subject: [PATCH] Clean --- protected/humhub/widgets/PanelMenu.php | 32 ++++++++------------------ 1 file changed, 10 insertions(+), 22 deletions(-) diff --git a/protected/humhub/widgets/PanelMenu.php b/protected/humhub/widgets/PanelMenu.php index 699a88cbe4..4e21d75a97 100644 --- a/protected/humhub/widgets/PanelMenu.php +++ b/protected/humhub/widgets/PanelMenu.php @@ -1,25 +1,15 @@ render('panelMenu', array( + return $this->render('panelMenu', [ 'id' => $this->id, 'extraMenus' => $this->extraMenus, - )); + ]); } } - -?> \ No newline at end of file