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