Skip to content

Commit

Permalink
Match signature to avoid PHP errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrubinsk committed Aug 31, 2016
1 parent 15d0ab6 commit 228fd52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion luxor/lib/Application.php
Expand Up @@ -46,7 +46,7 @@ protected function _init()

/**
*/
public function menu(Horde_Menu $menu)
public function menu($menu)
{
$menu->add(Horde::url('source.php'), _("_Browse"), 'luxor.png');
}
Expand Down

0 comments on commit 228fd52

Please sign in to comment.