fix parse error
authorMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 5 Sep 2010 15:18:48 +0000 (11:18 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Sun, 5 Sep 2010 15:18:48 +0000 (11:18 -0400)
Bug: 9226

turba/lib/Form/EditContact.php

index 1bcab1b..c4c8368 100644 (file)
@@ -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');
         }