diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-08-04 12:10:34 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-08-04 12:10:34 +0000 |
| commit | 9a583b03aa7f8ad556af285a82a7d5a86cabbd5a (patch) | |
| tree | c78a394cc3dbe15176701ed81dbc1940887616a9 /roundcubemail/program/steps | |
| parent | eca6d58b152ca833017703b335fe1574d3aa279e (diff) | |
Several bugfixes; see CHANGELOG for details
git-svn-id: https://svn.roundcube.net/trunk@292 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/steps')
| -rw-r--r-- | roundcubemail/program/steps/settings/save_identity.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/steps/settings/save_identity.inc b/roundcubemail/program/steps/settings/save_identity.inc index f099ea5f7..9df6c61cb 100644 --- a/roundcubemail/program/steps/settings/save_identity.inc +++ b/roundcubemail/program/steps/settings/save_identity.inc @@ -61,7 +61,7 @@ if ($_POST['_iid']) $updated = $DB->affected_rows(); } - if ($updated) + if ($updated && !empty($_POST['_standard'])) { show_message('successfullysaved', 'confirmation'); |
