aboutsummaryrefslogtreecommitdiff
path: root/app/class/controllerart.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-07-13 11:54:46 +0200
committervincent-peugnet <v.peugnet@free.fr>2019-07-13 11:54:46 +0200
commit33ed4c75fc932cafd701d47d3d58f6e68f5c2e2b (patch)
tree8046d93701fd774b9990462fc99c7b6f7961ddf7 /app/class/controllerart.php
parentd39bec8e089a55ebd370fbe9f4b5388aafade10d (diff)
downloadwcms-33ed4c75fc932cafd701d47d3d58f6e68f5c2e2b.tar.gz
wcms-33ed4c75fc932cafd701d47d3d58f6e68f5c2e2b.zip
1.2.6 Environnement update
backtopbar always visible + minor fixes
Diffstat (limited to 'app/class/controllerart.php')
-rw-r--r--app/class/controllerart.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/controllerart.php b/app/class/controllerart.php
index ce742a1..f8155ea 100644
--- a/app/class/controllerart.php
+++ b/app/class/controllerart.php
@@ -171,7 +171,7 @@ class Controllerart extends Controller
}
$fonts = [];
- $this->showtemplate('edit', ['art' => $this->art, 'artexist' => true, 'tablist' => $tablist, 'artlist' => $idlist, 'showleftpanel' => $showleftpanel, 'showrightpanel' => $showrightpanel, 'fonts' => $fonts, 'tagartlist' => $tagartlist, 'lasteditedartlist' => $lasteditedartlist, 'faviconlist' => $faviconlist, 'editorlist' => $editorlist]);
+ $this->showtemplate('edit', ['art' => $this->art, 'artexist' => true, 'tablist' => $tablist, 'artlist' => $idlist, 'showleftpanel' => $showleftpanel, 'showrightpanel' => $showrightpanel, 'fonts' => $fonts, 'tagartlist' => $tagartlist, 'lasteditedartlist' => $lasteditedartlist, 'faviconlist' => $faviconlist, 'editorlist' => $editorlist, 'user' => $this->user]);
} else {
$this->routedirect('artread/', ['art' => $this->art->id()]);
}