diff options
author | friendica <mike@macgirvin.com> | 2012-10-23 21:37:09 +1100 |
---|---|---|
committer | friendica <mike@macgirvin.com> | 2012-10-23 21:37:09 +1100 |
commit | f5a4b8de400901a985ad900c80159cddd28b8177 (patch) | |
tree | 9bc3be617a5651f2f55e2e2e351d2d187edc7915 | |
parent | 7acba41dc67e85fe889f7213c9ba0ba158983f81 (diff) | |
download | volse-hubzilla-f5a4b8de400901a985ad900c80159cddd28b8177.tar.gz volse-hubzilla-f5a4b8de400901a985ad900c80159cddd28b8177.tar.bz2 volse-hubzilla-f5a4b8de400901a985ad900c80159cddd28b8177.zip |
testing settings
-rw-r--r-- | mod/tagger.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mod/tagger.php b/mod/tagger.php index 11d1f81d7..9c36a8b09 100644 --- a/mod/tagger.php +++ b/mod/tagger.php @@ -18,7 +18,7 @@ function tagger_content(&$a) { if(! $term) return; - $item_id = (($a->argc > 1) ? notags(trim($a->argv[1])) : 0); + $item_id = ((argc() > 1) ? notags(trim(argv(1))) : 0); logger('tagger: tag ' . $term . ' item ' . $item_id); |