diff options
author | vincent-peugnet <v.peugnet@free.fr> | 2018-11-29 00:03:00 +0100 |
---|---|---|
committer | vincent-peugnet <v.peugnet@free.fr> | 2018-11-29 00:03:00 +0100 |
commit | 6e3ad2f1355e5f474cc02ab3b9eebe881dbb04ee (patch) | |
tree | f41a8fcdb5a8ef412a408ae637defb2985f5d3b1 /app/class/controllerart.php | |
parent | afad95324de8f078e9f3dedc66df66b6c2eebe72 (diff) | |
download | wcms-6e3ad2f1355e5f474cc02ab3b9eebe881dbb04ee.tar.gz wcms-6e3ad2f1355e5f474cc02ab3b9eebe881dbb04ee.zip |
fonts
Diffstat (limited to 'app/class/controllerart.php')
-rw-r--r-- | app/class/controllerart.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/class/controllerart.php b/app/class/controllerart.php index f766d12..6740f9c 100644 --- a/app/class/controllerart.php +++ b/app/class/controllerart.php @@ -90,6 +90,7 @@ class Controllerart extends Controller $artexist = $this->importart(); $canread = $this->user->level() >= $this->art->secure(); $alerts = ['alertnotexist' => 'This page does not exist yet', 'alertprivate' => 'You cannot see this page']; + $page = ['head' => '', 'body' => '']; if ($artexist) { |