Menu

#1 Correct return value for image save function

open
nobody
None
5
2007-11-04
2007-11-04
Anonymous
No

In asido 0.0.0.1a, the image save function returns the wrong value because it returns the $failed variable, hence returning true when there was an error and viceversa.

Just change line 287 in class.image.php to:

return !$failed;

Discussion


Log in to post a comment.