summaryrefslogtreecommitdiff
path: root/src/web/_controller/blog.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/_controller/blog.php')
-rw-r--r--src/web/_controller/blog.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/_controller/blog.php b/src/web/_controller/blog.php
index 2ea45df..9cb93e5 100644
--- a/src/web/_controller/blog.php
+++ b/src/web/_controller/blog.php
@@ -8,6 +8,7 @@ class Blog_controller extends Controller {
{
$this->blog_model = $this->load_model('blog');
$this->comments_controller = $this->load_controller('_comments');
+ $this->load_lang('common', 'blog');
}
public function index(): void