From 23533a763a4ba2ead321309ce6d6571e7bfb5a25 Mon Sep 17 00:00:00 2001 From: Thomas Tanghus Date: Fri, 8 Jun 2012 20:44:58 +0200 Subject: [PATCH] Don't fix bugs not present in this branch ;-) --- apps/contacts/ajax/uploadphoto.php | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/contacts/ajax/uploadphoto.php b/apps/contacts/ajax/uploadphoto.php index 49c03dc44c..dca8ede6d6 100644 --- a/apps/contacts/ajax/uploadphoto.php +++ b/apps/contacts/ajax/uploadphoto.php @@ -65,7 +65,6 @@ if ($fn) { } } else { bailOut('Couldn\'t load temporary image: '.$file['tmp_name']); - bailOut(OC_Contacts_App::$l10n->t('Couldn\'t load temporary image: ').$tmpkey); } }