Bug fix for Login class and read sub data for edit access block

This commit is contained in:
Clemens Schwaighofer
2016-07-19 16:44:21 +09:00
parent f980b1e76a
commit 1551df058d
3 changed files with 5 additions and 7 deletions
+1 -1
View File
@@ -409,7 +409,7 @@
$ea_data = array ();
while ($res_sub = $this->db_return($q_sub))
{
$ea_data[$res_sub['name']] = $res['value'];
$ea_data[$res_sub['name']] = $res_sub['value'];
}
// build master unit array
$unit_access[$res['edit_access_id']] = array (