Home » Authentication » LiveUser_Admin » Bug #3038
assignSubGroup
Details
| Submitted | 2004-12-27 16:12 UTC |
|---|---|
| From | bonemine at free dot fr |
| Assigned | dufuz |
| Status | Closed |
| Package | LiveUser_Admin |
| PHP Version | 4.3.8 |
| Roadmaps | (Not assigned) |
Comments
[2004-12-27 16:12 UTC] bonemine at free dot fr
Description:
------------
Hi,
In the file Admin/Perm/Complex.php
I find two errors :
//$filter = array('subgroup_id' => $filters['subgroup_id']);
$filter = array('subgroup_id' => $data['subgroup_id']);
and
//return $reslult;
return $result;
Sébastien
[2004-12-27 19:56 UTC] smith at backendmedia dot com
thx for the report .. unfortunately this issue is due to the fact that the complex container is not fully implemented yet. helgi is already working on remedying this for the next release.