X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FModule%2FContact.php;h=42ae32db892da0f90722a5e6257b950db03b3db5;hb=41642061d778eda951342c4f2d81ef1e77d9fc33;hp=ea3eecd4a278f675255e13b29a008b2c9260557d;hpb=e17db489eee549f47c39c9b5494063476ed4aeb0;p=friendica.git diff --git a/src/Module/Contact.php b/src/Module/Contact.php index ea3eecd4a2..42ae32db89 100644 --- a/src/Module/Contact.php +++ b/src/Module/Contact.php @@ -367,6 +367,7 @@ class Contact extends BaseModule return; } + // @TODO: Replace with parameter from router $cmd = $a->argv[2]; $orig_record = DBA::selectFirst('contact', [], ['id' => $contact_id, 'uid' => [0, local_user()], 'self' => false, 'deleted' => false]); @@ -667,6 +668,7 @@ class Contact extends BaseModule $archived = false; $all = false; + // @TODO: Replace with parameter from router if (($a->argc == 2) && ($a->argv[1] === 'all')) { $sql_extra = ''; $all = true;