[TheFreeNetwork] Fix small logic issue regarding StartTFNLookup return

This commit is contained in:
Diogo Cordeiro
2020-07-05 18:26:49 +01:00
parent 1967f46a69
commit 6526bdc824
3 changed files with 5 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ class TheFreeNetworkModule extends Module
$profile_id = $this->lookup($uri, $class, true);
}
return is_null($profile_id);
return false;
}
/**