From: Michael J. Rubinsky Date: Sun, 5 Sep 2010 15:18:48 +0000 (-0400) Subject: fix parse error X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=d5aa1ecbef5d794ace50c2a6d0a2f8b30086c2ca;p=horde.git fix parse error Bug: 9226 --- 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'); }