Index: trunk/admin/users/user_addimage.php =================================================================== diff -u -r2853 -r4645 --- trunk/admin/users/user_addimage.php (.../user_addimage.php) (revision 2853) +++ trunk/admin/users/user_addimage.php (.../user_addimage.php) (revision 4645) @@ -21,7 +21,7 @@ // new startup: end /* set the destination of the image upload, relative to the root path */ -$DestDir = "kernel/images/"; +$DestDir = 'kernel/images/'; $pathtolocal = $pathtoroot."kernel/"; require_once ($pathtoroot.$admin."/include/elements.php");