Skip to content

Commit

Permalink
Fix #1382
Browse files Browse the repository at this point in the history
Shows notification after user data updated
  • Loading branch information
macik committed Dec 28, 2014
1 parent a62125b commit a301369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/users/inc/users.edit.php
Expand Up @@ -236,6 +236,7 @@

cot_auth_clear($id);
cot_log("Edited user #".$id,'adm');
cot_message('Updated');
cot_redirect(cot_url('users', "m=edit&id=".$id, '', true));
}
else
Expand Down
1 change: 1 addition & 0 deletions modules/users/inc/users.profile.php
Expand Up @@ -157,6 +157,7 @@
include $pl;
}
/* ===== */
cot_message('Updated');
cot_redirect(cot_url('users', 'm=profile', '', true));
}
}
Expand Down

0 comments on commit a301369

Please sign in to comment.