diff options
author | Freya Murphy <freya@freyacat.org> | 2024-09-18 15:03:04 -0400 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2024-09-18 15:03:04 -0400 |
commit | f52c257d41d1b65acef1402df543ea8848951dbf (patch) | |
tree | 1fd500d7853244148ad6069826dfce589b4a9328 /src/web/_model | |
parent | refactor (diff) | |
download | website-f52c257d41d1b65acef1402df543ea8848951dbf.tar.gz website-f52c257d41d1b65acef1402df543ea8848951dbf.tar.bz2 website-f52c257d41d1b65acef1402df543ea8848951dbf.zip |
fix sitemap, drop old tables
Diffstat (limited to 'src/web/_model')
-rw-r--r-- | src/web/_model/blog.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/_model/blog.php b/src/web/_model/blog.php index 6dc1316..2890263 100644 --- a/src/web/_model/blog.php +++ b/src/web/_model/blog.php @@ -29,7 +29,7 @@ class Blog_model extends Model { $data['blog'] = $blog; } - public function get_data(): ?array { + public function get_data(): array { $data = parent::get_base_data('blog'); $this->load_blog($data); $data['title'] = lang('title'); |