From d5aa1ecbef5d794ace50c2a6d0a2f8b30086c2ca Mon Sep 17 00:00:00 2001 From: "Michael J. Rubinsky" Date: Sun, 5 Sep 2010 11:18:48 -0400 Subject: [PATCH] fix parse error Bug: 9226 --- turba/lib/Form/EditContact.php | 1 + 1 file changed, 1 insertion(+) diff --git a/turba/lib/Form/EditContact.php b/turba/lib/Form/EditContact.php index 1bcab1bfb..c4c836866 100644 --- a/turba/lib/Form/EditContact.php +++ b/turba/lib/Form/EditContact.php @@ -80,6 +80,7 @@ class Turba_Form_EditContact extends Turba_Form_Contact $notification->push(sprintf(_("\"%s\" updated."), $this->_contact->getValue('name')), 'horde.success'); } catch (Turba_Exception $e) { $notification->push(sprintf(_("\"%s\" updated, but saving the uploaded file failed: %s"), $this->_contact->getValue('name'), $e->getMessage()), 'horde.warning'); + } } else { $notification->push(sprintf(_("\"%s\" updated."), $this->_contact->getValue('name')), 'horde.success'); } -- 2.11.0