Some changes after code review
This commit is contained in:
parent
9ca470cc94
commit
cc43b567cb
3 changed files with 6 additions and 6 deletions
|
@ -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]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue