projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c96d728
)
fix parse error
author
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 5 Sep 2010 15:18:48 +0000
(11:18 -0400)
committer
Michael J. Rubinsky
<mrubinsk@horde.org>
Sun, 5 Sep 2010 15:18:48 +0000
(11:18 -0400)
Bug: 9226
turba/lib/Form/EditContact.php
patch
|
blob
|
history
diff --git
a/turba/lib/Form/EditContact.php
b/turba/lib/Form/EditContact.php
index
1bcab1b
..
c4c8368
100644
(file)
--- 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');
}