diff options
Diffstat (limited to 'app/view/templates/read.php')
-rw-r--r-- | app/view/templates/read.php | 2 |
1 files changed, 1 insertions, 1 deletions
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(); <?php if ($readernav) { - $this->insert('navart', ['user' => $user, 'art' => $art, 'artexist' => $artexist]); + $this->insert('navart', ['user' => $user, 'art' => $art, 'artexist' => $artexist, 'canedit' => $canedit]); } ?> |