From 70b6f989dd2295fefdf53f4d68c3cd0e7674b4bc Mon Sep 17 00:00:00 2001 From: friendica Date: Fri, 4 Jan 2013 19:24:17 -0800 Subject: fix the contorted update logic on the network page --- include/zot.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'include/zot.php') diff --git a/include/zot.php b/include/zot.php index b8cce4b41..af5504a19 100644 --- a/include/zot.php +++ b/include/zot.php @@ -347,9 +347,12 @@ function zot_gethub($arr) { dbesc($arr['url']), dbesc($arr['url_sig']) ); - if($r && count($r)) + if($r && count($r)) { + logger('zot_gethub: found', LOGGER_DEBUG); return $r[0]; + } } + logger('zot_gethub: not found', LOGGER_DEBUG); return null; } -- cgit v1.2.3