Skip to content

Commit

Permalink
Merge branch '4_4_seepex' of https://github.com/dkloepfer/ILIAS into …
Browse files Browse the repository at this point in the history
…4_4_seepex
  • Loading branch information
Denis Kloepfer committed Oct 23, 2015
2 parents d4d5bfa + 71b89f6 commit 2aa8c81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Services/GEV/Utils/classes/class.gevUserUtils.php
Original file line number Diff line number Diff line change
Expand Up @@ -1215,7 +1215,7 @@ public function getDirectSuperiors() {
foreach($look_above_orgus as $org) {
$sups_aux = array();
$org_aux = $tree->getParent($org);
while (count($sups_aux) == 0 &&$org_aux != ROOT_FOLDER_ID) {
while (count($sups_aux) == 0 && $org_aux != ROOT_FOLDER_ID) {
$org_aux = $tree->getParent($org_aux);
$sups_aux = $tree->getSuperiors($org_aux);
}
Expand Down

0 comments on commit 2aa8c81

Please sign in to comment.