Index: trunk/admin/users/user_list.php =================================================================== diff -u -r2536 -r2569 --- trunk/admin/users/user_list.php (.../user_list.php) (revision 2536) +++ trunk/admin/users/user_list.php (.../user_list.php) (revision 2569) @@ -31,6 +31,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);