Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix BUG #1214 #1215

Closed
wants to merge 12 commits into from
Prev Previous commit
Next Next commit
Updated
  • Loading branch information
dreamsxin committed Sep 11, 2013
commit 6efdefe8ff53d57ea2d2ed958d7b65eb7d3bae50
2 changes: 1 addition & 1 deletion ext/image/adapter/gd.c
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@ PHP_METHOD(Phalcon_Image_Adapter_GD, _flip) {
RETURN_MM();
}
}
PHALCON_OBS_VAR(flipped_image);
PHALCON_INIT_VAR(flipped_image);
PHALCON_CALL_FUNCTION(flipped_image, &flipped_image, "imageflip", 2, image, mode);
#endif

Expand Down