[fix] Quota menu item icon was broken
This commit is contained in:
parent
9e04ff4d81
commit
fd2852e3b7
|
@ -64,7 +64,7 @@ class m_quota {
|
|||
$obj = array(
|
||||
'title' => _("Show my quotas"),
|
||||
'ico' => 'images/quota.png',
|
||||
'link' => 'quota_show.php',
|
||||
'link' => 'toggle',
|
||||
'pos' => 110,
|
||||
'divclass' => 'menu-quota',
|
||||
'links' => array(),
|
||||
|
|
Loading…
Reference in New Issue