2018-01-08 Page
This commit is contained in:
parent
938c240113
commit
709d7a3d25
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ class Page extends Model
|
|||
protected function maintenance()
|
||||
{
|
||||
if ($this->c->config->o_maintenance == '1' && $this->c->user->isAdmin) {
|
||||
$this->a['fIswev']['w']['maintenance'] = \ForkBB\__('Maintenance mode enabled', $this->c->Router->link('AdminOptions', ['#' => 'maintenance']));
|
||||
$this->a['fIswev']['w']['maintenance'] = \ForkBB\__('Maintenance mode enabled', $this->c->Router->link('AdminOptions', ['#' => 'Maintenance']));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue