From 917a3971302791d9df67c047c4e663c9fb04f0c4 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Fri, 18 Oct 2019 14:41:38 +0200 Subject: little fix --- app/class/controllerhome.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'app/class/controllerhome.php') diff --git a/app/class/controllerhome.php b/app/class/controllerhome.php index 6932dfb..7691bab 100644 --- a/app/class/controllerhome.php +++ b/app/class/controllerhome.php @@ -77,6 +77,9 @@ class Controllerhome extends Controllerart } } + /** + * Render every pages in the database + */ public function renderall() { if ($this->user->iseditor()) { -- cgit v1.2.3