Browse Source

fix bug

master
Andrea Cimbalo 11 years ago
parent
commit
2f668db132
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      lilikuser.php

+ 1
- 1
lilikuser.php View File

@ -333,7 +333,7 @@ class LilikGroup extends pippo{
function get_id($id){
if ($is_posix)
return $id;
return $this->$id;
else
return sprintf($user->adapters[1]->dn,$user->id);
}


Loading…
Cancel
Save