summaryrefslogtreecommitdiff
path: root/src/web/_controller/bucket.php
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/web/_controller/bucket.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/web/_controller/bucket.php b/src/web/_controller/bucket.php
index a7d1023..e14f9b6 100644
--- a/src/web/_controller/bucket.php
+++ b/src/web/_controller/bucket.php
@@ -16,7 +16,7 @@ class Bucket_controller extends Controller {
$this->error(400);
return;
}
- $this->view('apps/bucket', $data);
+ $this->view('bucket/main', $data);
}
}