From 9cd1dabe73f7bd01473848f55cb4595494837ac9 Mon Sep 17 00:00:00 2001 From: friendica Date: Tue, 28 Aug 2012 03:02:45 -0700 Subject: have to do something about that return_url - but let's just plunge forward without it. --- mod/ping.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mod') diff --git a/mod/ping.php b/mod/ping.php index 2d52e9731..cf4b65c90 100644 --- a/mod/ping.php +++ b/mod/ping.php @@ -47,7 +47,7 @@ function ping_init(&$a) { killme(); } - if($a->argc > 1 && $a->argv[1] === 'notify') { + if($argc() > 1 && $argv(1) === 'notify') { $t = q("select count(*) as total from notify where uid = %d and seen = 0", intval(local_user()) ); -- cgit v1.2.3