X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=actions%2Fapifriendshipsexists.php;fp=actions%2Fapifriendshipsexists.php;h=2910f7eadc0bdd205b0552e90a257116d2e34934;hb=f28795656f9250707b2180c93fe9946d5066017b;hp=ae50c512c81b62fe8006b723affe25a6b96ffbcb;hpb=527427d3e0752a371b1b6421dabec5cc1c7e19ad;p=quix0rs-gnu-social.git diff --git a/actions/apifriendshipsexists.php b/actions/apifriendshipsexists.php index ae50c512c8..2910f7eadc 100644 --- a/actions/apifriendshipsexists.php +++ b/actions/apifriendshipsexists.php @@ -69,16 +69,7 @@ class ApiFriendshipsExistsAction extends ApiAction $user_a_id = $this->trimmed('user_a'); $user_b_id = $this->trimmed('user_b'); - common_debug("user_a = " . $user_a_id); - common_debug("user_b = " . $user_b_id); - - $this->user_a = $this->getTargetUser($user_a_id); - - if (empty($this->user_a)) { - common_debug('gargargra'); - } - $this->user_b = $this->getTargetUser($user_b_id); return true;