This commit is contained in:
Mario Vavti 2016-05-26 14:23:17 +02:00
parent 30d0f21079
commit 9017dcd0fd

View File

@ -286,7 +286,7 @@ class Ping extends \Zotlabs\Web\Controller {
foreach($r as $item) { foreach($r as $item) {
if((argv(1) === 'home') && (! intval($item['item_wall']))) if((argv(1) === 'home') && (! intval($item['item_wall'])))
continue; continue;
$result[] = \Zotlbas\Lib\Enotify::format($item); $result[] = \Zotlabs\Lib\Enotify::format($item);
} }
} }
// logger('ping (network||home): ' . print_r($result, true), LOGGER_DATA); // logger('ping (network||home): ' . print_r($result, true), LOGGER_DATA);