type fix
This commit is contained in:
parent
bf649b012a
commit
2d6a318a3b
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ class Rule34 extends Extension
|
|||
global $cache;
|
||||
$tags = Tag::explode($input->getArgument('tags'));
|
||||
foreach (Search::find_images_iterable(0, null, $tags) as $image) {
|
||||
$output->writeln($image->id);
|
||||
$output->writeln((string)$image->id);
|
||||
$cache->delete("thumb-block:{$image->id}");
|
||||
}
|
||||
return Command::SUCCESS;
|
||||
|
|
Reference in a new issue