]> git.mxchange.org Git - friendica.git/commitdiff
added more curly braces + spaces for #3254
authorRoland Haeder <roland@mxchange.org>
Thu, 23 Mar 2017 22:05:53 +0000 (23:05 +0100)
committerRoland Häder <roland@mxchange.org>
Mon, 14 May 2018 20:50:01 +0000 (22:50 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
mod/profiles.php

index 8bb09aa6dd76d52379fcc7b9f723b1df17ba93ab..aa991cb4bda35e5bbe9e57dfa470ecb06995aa68 100644 (file)
@@ -482,6 +482,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);
                }