Skip to content

Commit 7fa5a6a

Browse files
authored
Add is_review variable (#57)
1 parent 2ab102e commit 7fa5a6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/TokenHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ private function prepEntry(Entry $entry): Entry
5757

5858
$entry->slug($originalSlug);
5959

60-
return $entry->published(true);
60+
return $entry->setSupplement('is_review', true)->published(true);
6161
}
6262
}

0 commit comments

Comments
 (0)