Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hiqsol committed Jun 2, 2015
1 parent 85cd20d commit d00ce9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SidebarMenu.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class SidebarMenu extends \hipanel\base\Menu

protected $_where = [
'after' => ['header'],
'before' => ['client', 'finance', 'tickets', 'domains', 'servers', 'hosting'],
'before' => ['clients', 'finance', 'tickets', 'domains', 'servers', 'hosting'],
];

protected $_items = [
Expand Down

0 comments on commit d00ce9a

Please sign in to comment.