Updated for new MASort arguments
This commit is contained in:
parent
082e280fb6
commit
932252b620
@ -48,7 +48,7 @@ abstract class lnAuth_Model_Account extends lnApp_Model_Account {
|
|||||||
if (empty($result[$mmo->id]))
|
if (empty($result[$mmo->id]))
|
||||||
$result[$mmo->id] = $mmo;
|
$result[$mmo->id] = $mmo;
|
||||||
|
|
||||||
Sort::MAsort($result,'module->name,menu_display');
|
Sort::MAsort($result,array('module->name','menu_display'));
|
||||||
|
|
||||||
return $result;
|
return $result;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user