Index: trunk/kernel/include/image.php =================================================================== diff -u -r640 -r649 --- trunk/kernel/include/image.php (.../image.php) (revision 640) +++ trunk/kernel/include/image.php (.../image.php) (revision 649) @@ -216,7 +216,7 @@ } $destination = $pathtoroot.$Dest_Dir.$filename; if( $GLOBALS['debuglevel'] ) echo $file["tmp_name"]."=>".$destination."
\n"; - if(IsUpload==TRUE) + if($IsUpload==TRUE) { $result = @move_uploaded_file($file["tmp_name"],$destination); }