From: Roland Haeder Date: Thu, 23 Mar 2017 22:05:53 +0000 (+0100) Subject: added more curly braces + spaces for #3254 X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=22bbfdadd058d2bddc780f220d77918cf872cb64;p=friendica.git added more curly braces + spaces for #3254 Signed-off-by: Roland Haeder --- diff --git a/mod/profiles.php b/mod/profiles.php index 9c925924f7..3ceb8c6645 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -479,6 +479,7 @@ function profiles_post(App $a) { intval(local_user()) ); + /// @TODO decide to use dbm::is_result() here and check $r if ($r) { info(L10n::t('Profile updated.') . EOL); }