diff --git a/inc/display.php b/inc/display.php index 2f246f6b..eae483a2 100644 --- a/inc/display.php +++ b/inc/display.php @@ -373,6 +373,8 @@ class PostProps { public $images; public $replies; + + public $built; } diff --git a/templates/themes/recent/theme.php b/templates/themes/recent/theme.php index 3f9d9a16..f6189734 100644 --- a/templates/themes/recent/theme.php +++ b/templates/themes/recent/theme.php @@ -15,6 +15,8 @@ // Wrap functions in a class so they don't interfere with normal Tinyboard operations class RecentPosts { + public array $excluded; + public function build($action, $settings) { global $config, $_theme;