issue with dead hub detection

This commit is contained in:
redmatrix 2015-11-15 18:12:53 -08:00
parent 3d80073a0e
commit 6ad35e3d84

View File

@ -101,7 +101,7 @@ function notifier_run($argv, $argc){
$dead_hubs = array();
$dh = q("select site_url from site where site_dead = 1");
if(dh) {
if($dh) {
foreach($dh as $dead) {
$dead_hubs[] = $dead['site_url'];
}