aboutsummaryrefslogtreecommitdiffstats
path: root/mod
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-08-28 03:02:45 -0700
committerfriendica <info@friendica.com>2012-08-28 03:02:45 -0700
commit9cd1dabe73f7bd01473848f55cb4595494837ac9 (patch)
tree767d3944008b6fee85d0679872edb14759f882fb /mod
parent5d23e701c04a6962bf11489a3c5d0c0ef0283bc8 (diff)
downloadvolse-hubzilla-9cd1dabe73f7bd01473848f55cb4595494837ac9.tar.gz
volse-hubzilla-9cd1dabe73f7bd01473848f55cb4595494837ac9.tar.bz2
volse-hubzilla-9cd1dabe73f7bd01473848f55cb4595494837ac9.zip
have to do something about that return_url - but let's just plunge forward without it.
Diffstat (limited to 'mod')
-rw-r--r--mod/ping.php2
1 files changed, 1 insertions, 1 deletions
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())
);