We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c02b94c commit 7096bd3Copy full SHA for 7096bd3
1 file changed
app/Controller/MaintenanceController.php
@@ -7,6 +7,7 @@ class MaintenanceController extends AppController
7
8
public function index($url = "")
9
{
10
+ $this->set('title_for_layout', $this->Lang->get('MAINTENANCE__TITLE'));
11
$this->loadModel("Maintenance");
12
13
if ($this->Permissions->can("BYPASS_MAINTENANCE") || !$this->Maintenance->checkMaintenance("/" . $url))
0 commit comments