We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15ffc85 commit b45017eCopy full SHA for b45017e
models/News.php
@@ -15,7 +15,7 @@ class News extends Model {
15
public function __construct() {
16
parent::__construct();
17
$this->acl_allowed = null;
18
- $this->news_posts = [];
+ $this->news_posts = null;
19
$this->pagination = null;
20
$this->user = null;
21
$this->user_session = null;
0 commit comments