aboutsummaryrefslogtreecommitdiff
path: root/app/class/controllerart.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-11-29 00:03:00 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-11-29 00:03:00 +0100
commit6e3ad2f1355e5f474cc02ab3b9eebe881dbb04ee (patch)
treef41a8fcdb5a8ef412a408ae637defb2985f5d3b1 /app/class/controllerart.php
parentafad95324de8f078e9f3dedc66df66b6c2eebe72 (diff)
downloadwcms-6e3ad2f1355e5f474cc02ab3b9eebe881dbb04ee.tar.gz
wcms-6e3ad2f1355e5f474cc02ab3b9eebe881dbb04ee.zip
fonts
Diffstat (limited to 'app/class/controllerart.php')
-rw-r--r--app/class/controllerart.php1
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) {