Index: trunk/admin/users/user_select.php =================================================================== diff -u -r2536 -r2569 --- trunk/admin/users/user_select.php (.../user_select.php) (revision 2536) +++ trunk/admin/users/user_select.php (.../user_select.php) (revision 2569) @@ -34,6 +34,7 @@ } $p = $path.$pathchar; /*Start looking for the root flag file */ + if( !isset($pathtoroot) ) $pathtoroot = ''; while(!strlen($pathtoroot) && strlen($p)) { $sub = substr($p,strlen($pathchar)*-1);