summaryrefslogtreecommitdiff
path: root/src/web/_controller/bucket.php
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-02-23 22:57:27 -0500
committerFreya Murphy <freya@freyacat.org>2026-02-23 22:57:27 -0500
commitf373ead95fb5beb962c376b5b7b46dfde8ac4e57 (patch)
treec99df23521ff2a5e5e2e4627c525a5e99dc2e3ae /src/web/_controller/bucket.php
parentadd 96x96 logo (diff)
downloadwebsite-f373ead95fb5beb962c376b5b7b46dfde8ac4e57.tar.gz
website-f373ead95fb5beb962c376b5b7b46dfde8ac4e57.tar.bz2
website-f373ead95fb5beb962c376b5b7b46dfde8ac4e57.zip
update website to work with crimson framework
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