forked from ZwiiCMS-Team/ZwiiCMS
Erreur de champ
This commit is contained in:
parent
1a6ce51080
commit
3a05406525
@ -1953,7 +1953,7 @@ class core extends common {
|
|||||||
'content' => template::speech('La page <strong>' . $accessInfo['pageId'] . '</strong> est ouverte par l\'utilisateur <strong>' . $accessInfo['userName'] . '</strong>')
|
'content' => template::speech('La page <strong>' . $accessInfo['pageId'] . '</strong> est ouverte par l\'utilisateur <strong>' . $accessInfo['userName'] . '</strong>')
|
||||||
]);
|
]);
|
||||||
} else {
|
} else {
|
||||||
if ( $this->getData(['config','page404']) === 'none') {
|
if ( $this->getData(['config','page403']) === 'none') {
|
||||||
$this->addOutput([
|
$this->addOutput([
|
||||||
'title' => 'Erreur 403',
|
'title' => 'Erreur 403',
|
||||||
'content' => template::speech('Vous n\'êtes pas autorisé à accéder à cette page...')
|
'content' => template::speech('Vous n\'êtes pas autorisé à accéder à cette page...')
|
||||||
|
Loading…
Reference in New Issue
Block a user