* check key is exist or not.
This commit is contained in:
@@ -280,8 +280,11 @@ class groupModel extends model
|
||||
ksort($this->lang->$moduleName->methodOrder, SORT_ASC);
|
||||
foreach($this->lang->$moduleName->methodOrder as $key)
|
||||
{
|
||||
$tmpResources->$key = $resources[$key];
|
||||
unset($resources[$key]);
|
||||
if(isset($resources[$key]))
|
||||
{
|
||||
$tmpResources->$key = $resources[$key];
|
||||
unset($resources[$key]);
|
||||
}
|
||||
}
|
||||
if($resources)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user