]> git.mxchange.org Git - friendica.git/blobdiff - mod/profiles.php
Merge pull request #5310 from annando/item-file-category
[friendica.git] / mod / profiles.php
index 3ceb8c664599f5cb92fb9c888c57013a0fa9ad26..9c925924f78c1a1db01759465d3a2d2190d8338c 100644 (file)
@@ -479,7 +479,6 @@ 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);
                }