aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/editrightbar.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2018-12-05 02:40:16 +0100
committervincent-peugnet <v.peugnet@free.fr>2018-12-05 02:40:16 +0100
commitad3aed389f2e0d69802641f5a5b7c6add73f1ce5 (patch)
tree1e4abd614799be623a2ae696fa960d3fba93a5a6 /app/view/templates/editrightbar.php
parentfc56b60be55b4340d647d2017fdeb24b81eb84b6 (diff)
downloadwcms-ad3aed389f2e0d69802641f5a5b7c6add73f1ce5.tar.gz
wcms-ad3aed389f2e0d69802641f5a5b7c6add73f1ce5.zip
templateoption
Diffstat (limited to 'app/view/templates/editrightbar.php')
-rw-r--r--app/view/templates/editrightbar.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/templates/editrightbar.php b/app/view/templates/editrightbar.php
index 26976e8..80a0b02 100644
--- a/app/view/templates/editrightbar.php
+++ b/app/view/templates/editrightbar.php
@@ -52,7 +52,7 @@
<ul>
<?php
foreach ($templates as $template => $id) {
- if(!empty($id)) {
+ if(!empty($id) && !is_bool($id)) {
?>
<li><?= $template ?> : <?= $id ?> <a href="<?= $this->uart('artedit', $id) ?>">✎</a></li>
<?php