testing settings
This commit is contained in:
parent
7acba41dc6
commit
f5a4b8de40
@ -18,7 +18,7 @@ function tagger_content(&$a) {
|
|||||||
if(! $term)
|
if(! $term)
|
||||||
return;
|
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);
|
logger('tagger: tag ' . $term . ' item ' . $item_id);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user