Correct return value for image save function
Status: Alpha
Brought to you by:
mrasnika
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;