summaryrefslogtreecommitdiff
path: root/src/web/_model/blog.php
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-09-18 15:03:04 -0400
committerFreya Murphy <freya@freyacat.org>2024-09-18 15:03:04 -0400
commitf52c257d41d1b65acef1402df543ea8848951dbf (patch)
tree1fd500d7853244148ad6069826dfce589b4a9328 /src/web/_model/blog.php
parentrefactor (diff)
downloadwebsite-f52c257d41d1b65acef1402df543ea8848951dbf.tar.gz
website-f52c257d41d1b65acef1402df543ea8848951dbf.tar.bz2
website-f52c257d41d1b65acef1402df543ea8848951dbf.zip
fix sitemap, drop old tables
Diffstat (limited to '')
-rw-r--r--src/web/_model/blog.php2
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');