diff options
Diffstat (limited to 'mod/ping.php')
-rw-r--r-- | mod/ping.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mod/ping.php b/mod/ping.php index 21f36a163..c9c9b5ecf 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -111,7 +111,8 @@ function ping_init(&$a) { if(count($r)) { - call_hooks('network_ping', array('items' => $r)); + $arr = array('items' => $r); + call_hooks('network_ping', $arr); foreach ($r as $it) { if($it['wall']) |