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