From e0e683f8905e7179ddc1b5280aec73b52c5f0eda Mon Sep 17 00:00:00 2001 From: fredtempez Date: Thu, 3 Jan 2019 14:18:23 +0100 Subject: [PATCH] acces false --- core/module/page/page.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/module/page/page.php b/core/module/page/page.php index f2cd8f2b..2f3d0cdf 100755 --- a/core/module/page/page.php +++ b/core/module/page/page.php @@ -109,6 +109,11 @@ class page extends common { 'state' => true ]); } + } else { + // Valeurs en sortie + $this->addOutput([ + 'access' => false + ]); } }