From: Roland Haeder Date: Sat, 25 Mar 2017 12:01:41 +0000 (+0100) Subject: removed TODO, one day this all needs refacturizing ... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=5ee91330a757bafbad89801dac8a1852af8300e0;p=friendica.git removed TODO, one day this all needs refacturizing ... Signed-off-by: Roland Haeder --- diff --git a/mod/profiles.php b/mod/profiles.php index aa991cb4bd..8bb09aa6dd 100644 --- a/mod/profiles.php +++ b/mod/profiles.php @@ -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); }