summaryrefslogtreecommitdiff
path: root/program/steps
diff options
context:
space:
mode:
Diffstat (limited to 'program/steps')
-rw-r--r--program/steps/settings/save_identity.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/program/steps/settings/save_identity.inc b/program/steps/settings/save_identity.inc
index f099ea5f7..9df6c61cb 100644
--- a/program/steps/settings/save_identity.inc
+++ b/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');