Skip to content

Commit

Permalink
Merge pull request #80 from geekwright/errata79
Browse files Browse the repository at this point in the history
Doc block updates
  • Loading branch information
geekwright authored May 7, 2021
2 parents b2955f8 + fb52886 commit 0f73d7c
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions src/Module/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@
* @category Xmf\Module\Admin
* @package Xmf
* @author Richard Griffith <[email protected]>
* @copyright 2011-2018 XOOPS Project (https://xoops.org)
* @license GNU GPL 2 or later (http://www.gnu.org/licenses/gpl-2.0.html)
* @link https://xoops.org
* @copyright 2011-2021 XOOPS Project (https://xoops.org)
* @license GNU GPL 2 or later (https://www.gnu.org/licenses/gpl-2.0.html)
*/
class Admin
{
Expand Down Expand Up @@ -236,13 +235,13 @@ public function displayIndex()
*
* @param string $menu menu key (script name, i.e. index.php)
*
* @return bool|mixed|string
* @return string
*/
public function renderNavigation($menu = '')
{
return static::$ModuleAdmin->addNavigation($menu);
}

/**
* Display the navigation menu
*
Expand Down

0 comments on commit 0f73d7c

Please sign in to comment.