]> git.mxchange.org Git - friendica.git/commitdiff
removed TODO, one day this all needs refacturizing ...
authorRoland Haeder <roland@mxchange.org>
Sat, 25 Mar 2017 12:01:41 +0000 (13:01 +0100)
committerRoland Häder <roland@mxchange.org>
Wed, 20 Jun 2018 20:02:17 +0000 (22:02 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
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);
                }