From 97b4634ba3bfbf43ae39ca9dc7afad40675f326a Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 18 Dec 2009 13:02:36 -0700 Subject: [PATCH] No need to gettext this, since the only way to get here is to manually play around with URL parameters --- imp/saveimage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/saveimage.php b/imp/saveimage.php index 914fdfdb2..395557954 100644 --- a/imp/saveimage.php +++ b/imp/saveimage.php @@ -40,7 +40,7 @@ case 'save_image': if (!$registry->hasMethod('images/selectGalleries') || !$registry->hasMethod('images/saveImage')) { - throw new IMP_Exception(_("Image saving is not available.")); + throw new IMP_Exception('Image saving is not available.'); } /* Build the template. */ -- 2.11.0