summaryrefslogtreecommitdiff
path: root/src/web/_controller/projects.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/web/_controller/projects.php')
-rw-r--r--src/web/_controller/projects.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/web/_controller/projects.php b/src/web/_controller/projects.php
index fea4664..35274b5 100644
--- a/src/web/_controller/projects.php
+++ b/src/web/_controller/projects.php
@@ -6,6 +6,7 @@ class Projects_controller extends Controller {
function __construct()
{
$this->projects_model = $this->load_model('projects');
+ $this->load_lang('common', 'projects');
}
public function index(): void