don't quit silently, at least a TODO is now around

Signed-off-by: Roland Häder <roland@mxchange.org>
This commit is contained in:
Roland Häder 2017-02-07 09:06:33 +01:00 committed by Roland Haeder
parent e8e51d8535
commit 4fe5cdf3fd
2 changed files with 2 additions and 0 deletions

View file

@ -980,6 +980,7 @@ class ostatus {
$r = q("SELECT `nurl` FROM `contact` WHERE `uid` = %d AND `self`", intval($uid));
if (!dbm::is_result($r)) {
/// @TODO don't quit silently
killme();
}