From 6e3ad2f1355e5f474cc02ab3b9eebe881dbb04ee Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Thu, 29 Nov 2018 00:03:00 +0100 Subject: fonts --- app/class/controllerart.php | 1 + 1 file changed, 1 insertion(+) (limited to 'app/class/controllerart.php') 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) { -- cgit v1.2.3