]> 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>
Mon, 14 May 2018 20:49:57 +0000 (22:49 +0200)
Signed-off-by: Roland Haeder <roland@mxchange.org>
mod/profiles.php

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