aboutsummaryrefslogtreecommitdiffstats
path: root/testargs.php
diff options
context:
space:
mode:
authorMike Macgirvin <mike@macgirvin.com>2012-10-22 20:01:52 +1100
committerMike Macgirvin <mike@macgirvin.com>2012-10-22 20:01:52 +1100
commit8d9ee6fff313e8ad02c3fa3eaaf6eeabcfbcdd44 (patch)
tree4085f9486fb57ad46c44fb1e551ba6ea8eec1d79 /testargs.php
parent34ce3c97e78f68ab46f783711cb359486f23bf1e (diff)
downloadvolse-hubzilla-8d9ee6fff313e8ad02c3fa3eaaf6eeabcfbcdd44.tar.gz
volse-hubzilla-8d9ee6fff313e8ad02c3fa3eaaf6eeabcfbcdd44.tar.bz2
volse-hubzilla-8d9ee6fff313e8ad02c3fa3eaaf6eeabcfbcdd44.zip
cleanup testargs
Diffstat (limited to 'testargs.php')
-rw-r--r--testargs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/testargs.php b/testargs.php
index 4c9bce4e9..a8af836d0 100644
--- a/testargs.php
+++ b/testargs.php
@@ -15,7 +15,7 @@
*/
-if(($argc > 1) && isset($argv[1]))
+if((argc() > 1) && isset(argv(1)))
echo $argv[1];
else
echo '';