1
0
Fork 0

Some changes after code review

This commit is contained in:
Michael 2022-08-31 19:03:37 +00:00
commit cc43b567cb
3 changed files with 6 additions and 6 deletions

View file

@ -51,7 +51,7 @@ function tagger_content(App $a) {
$item_id = ((DI::args()->getArgc() > 1) ? trim(DI::args()->getArgv()[1]) : 0);
Logger::info('tagger: tag ' . $term . ' item ' . $item_id);
Logger::info('tagger: tag', ['term' => $term, 'item' => $item_id]);
$item = Post::selectFirst([], ['id' => $item_id]);