From 8839bd6e7af1f6a0e4397c1a949b9c6e4a994036 Mon Sep 17 00:00:00 2001 From: towards-a-new-leftypol Date: Sat, 9 Dec 2023 07:23:07 +0000 Subject: [PATCH] Add to Post/Thread class props (bugfix) --- inc/display.php | 1 + 1 file changed, 1 insertion(+) diff --git a/inc/display.php b/inc/display.php index eae483a2..06971bc9 100644 --- a/inc/display.php +++ b/inc/display.php @@ -375,6 +375,7 @@ class PostProps { public $replies; public $built; + public $youtube; }