Fix more dynamic property assignment being deprecated errors
This commit is contained in:
parent
80ca1d7db0
commit
6d71f0e535
|
@ -373,6 +373,8 @@ class PostProps {
|
||||||
|
|
||||||
public $images;
|
public $images;
|
||||||
public $replies;
|
public $replies;
|
||||||
|
|
||||||
|
public $built;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -15,6 +15,8 @@
|
||||||
|
|
||||||
// Wrap functions in a class so they don't interfere with normal Tinyboard operations
|
// Wrap functions in a class so they don't interfere with normal Tinyboard operations
|
||||||
class RecentPosts {
|
class RecentPosts {
|
||||||
|
public array $excluded;
|
||||||
|
|
||||||
public function build($action, $settings) {
|
public function build($action, $settings) {
|
||||||
global $config, $_theme;
|
global $config, $_theme;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue