Mixed parameter order
This commit is contained in:
@@ -295,7 +295,7 @@ class BaseApi extends BaseModule
|
||||
}
|
||||
}
|
||||
|
||||
public static function getContactIDForSearchterm(string $screen_name = null, int $cid = null, string $profileurl = null, int $uid)
|
||||
public static function getContactIDForSearchterm(string $screen_name = null, string $profileurl = null, int $cid = null, int $uid)
|
||||
{
|
||||
if (!empty($cid)) {
|
||||
return $cid;
|
||||
|
||||
Reference in New Issue
Block a user