diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-06-08 20:44:58 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-06-08 20:44:58 +0200 |
commit | 23533a763a4ba2ead321309ce6d6571e7bfb5a25 (patch) | |
tree | 611b9a760d5c9aa24374b5e6402aa1542d67a75c /apps | |
parent | 5eb5d23ac1e3de0b1d0fbc96087b3a616c943cc7 (diff) | |
download | nextcloud-server-23533a763a4ba2ead321309ce6d6571e7bfb5a25.tar.gz nextcloud-server-23533a763a4ba2ead321309ce6d6571e7bfb5a25.zip |
Don't fix bugs not present in this branch ;-)
Diffstat (limited to 'apps')
-rw-r--r-- | apps/contacts/ajax/uploadphoto.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/contacts/ajax/uploadphoto.php b/apps/contacts/ajax/uploadphoto.php index 49c03dc44ce..dca8ede6d60 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); } } |