fail quickly if we can't find a for DomainStatusNetwork
This commit is contained in:
parent
1a165a5636
commit
b9f8e6e8cc
@ -77,6 +77,7 @@ class DomainStatusNetworkPlugin extends Plugin
|
|||||||
$sn = Status_network::staticGet('nickname', $nickname);
|
$sn = Status_network::staticGet('nickname', $nickname);
|
||||||
} catch (Exception $e) {
|
} catch (Exception $e) {
|
||||||
$this->log(LOG_ERR, $e->getMessage());
|
$this->log(LOG_ERR, $e->getMessage());
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
$tags = $sn->getTags();
|
$tags = $sn->getTags();
|
||||||
|
Loading…
Reference in New Issue
Block a user