]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Contact.php
Merge pull request #7107 from nupplaphil/bug/mod_fix_routes
[friendica.git] / src / Module / Contact.php
index ea3eecd4a278f675255e13b29a008b2c9260557d..42ae32db892da0f90722a5e6257b950db03b3db5 100644 (file)
@@ -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;