Add contact/batch route
[friendica.git/.git] / src / Module / Contact.php
index 42ae32d..b1c37e2 100644 (file)
@@ -177,11 +177,13 @@ class Contact extends BaseModule
                        return;
                }
 
+               // @TODO: Replace with parameter from router
                if ($a->argv[1] === 'batch') {
                        self::batchActions($a);
                        return;
                }
 
+               // @TODO: Replace with parameter from router
                $contact_id = intval($a->argv[1]);
                if (!$contact_id) {
                        return;