Sophie

Sophie

distrib > Fedora > 17 > i386 > by-pkgid > 7936fea906e3a7bd5e05e8546e4b6a32 > files > 3

gallery2-2.3.2-5.fc17.src.rpm

--- modules/core/classes/GallerySession.class~	2009-05-21 09:03:54.000000000 -0500
+++ modules/core/classes/GallerySession.class	2009-05-21 09:03:54.000000000 -0500
@@ -27,0 +28,3 @@
+//BZ 878320, captcha fix.
+require_once(dirname(__FILE__) . '/' . 'GalleryTranslator.class');
+
--- modules/captcha/CaptchaImage.inc~	2008-04-12 19:38:13.000000000 -0500
+++ modules/captcha/CaptchaImage.inc	2012-11-27 07:57:22.606358425 -0600
@@ -88,7 +88,7 @@
 
 	/* Output the image and reclaim the memory it used */
 	/* Use low quality jpeg compression to make the image less OCR-able */
-	ImageJPEG($image, '', 50);
+	ImageJPEG($image, NULL, 50);
 	ImageDestroy($image);
 
 	return null;