added more curly braces + spaces for #3254
Signed-off-by: Roland Haeder <roland@mxchange.org>
This commit is contained in:
parent
1fcd4f52e7
commit
1d15e68678
1 changed files with 1 additions and 0 deletions
|
@ -482,6 +482,7 @@ function profiles_post(App $a) {
|
||||||
intval(local_user())
|
intval(local_user())
|
||||||
);
|
);
|
||||||
|
|
||||||
|
/// @TODO decide to use dbm::is_result() here and check $r
|
||||||
if ($r) {
|
if ($r) {
|
||||||
info(L10n::t('Profile updated.') . EOL);
|
info(L10n::t('Profile updated.') . EOL);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue