diff --git a/mod/profiles.php b/mod/profiles.php index 8bb09aa6dd..aa991cb4bd 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -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); }