Bug maintenance

This commit is contained in:
fredtempez 2021-09-30 16:30:54 +02:00
parent 1bade19380
commit ebca94dc3f
1 changed files with 2 additions and 1 deletions

View File

@ -36,7 +36,8 @@ class maintenance extends common {
'title' => $this->getData(['page',$this->getData(['locale','page302']),'hideTitle'])
? ''
: $this->getData(['page',$this->getData(['locale','page302']),'title']),
'content' => $this->getdata(['page',$this->getData(['locale','page302']),'content']),
//'content' => $this->getdata(['page',$this->getData(['locale','page302']),'content']),
'content' => $this->getPage($this->getData(['locale','page302']), self::$i18n),
'view' => 'index'
]);
} else {