typo
This commit is contained in:
parent
30d0f21079
commit
9017dcd0fd
@ -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);
|
||||||
|
Reference in New Issue
Block a user