From 3cbecb3a54fac2708774158ae65dafec6d098937 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Wed, 26 Dec 2018 19:35:19 +0100 Subject: feature: invite editors --- app/view/templates/read.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/view/templates/read.php') diff --git a/app/view/templates/read.php b/app/view/templates/read.php index 42fba7b..f8201cc 100644 --- a/app/view/templates/read.php +++ b/app/view/templates/read.php @@ -34,7 +34,7 @@ $this->stop(); insert('navart', ['user' => $user, 'art' => $art, 'artexist' => $artexist]); + $this->insert('navart', ['user' => $user, 'art' => $art, 'artexist' => $artexist, 'canedit' => $canedit]); } ?> -- cgit v1.2.3