X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=mod%2Ftagger.php;h=400c7787f65949807611f3950794868e808ea5f5;hb=f828350ba215e7ba724b0310f76f50885b111778;hp=e72061b592435087deb1f16c4839ba3eb1e14d88;hpb=7d1bb9ecf482874155695488ba54021ce0200f5c;p=friendica.git diff --git a/mod/tagger.php b/mod/tagger.php index e72061b592..400c7787f6 100644 --- a/mod/tagger.php +++ b/mod/tagger.php @@ -32,7 +32,7 @@ function tagger_content(App $a) { logger('tagger: tag ' . $term . ' item ' . $item_id); - $item = Item::selectFirst(local_user(), [], ['id' => $item_id]); + $item = Item::selectFirst([], ['id' => $item_id]); if (!$item_id || !DBM::is_result($item)) { logger('tagger: no item ' . $item_id);