aboutsummaryrefslogtreecommitdiff
path: root/app/view/templates/edit.php
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2019-01-30 14:29:05 +0100
committervincent-peugnet <v.peugnet@free.fr>2019-01-30 14:29:05 +0100
commit3309bd722454fa8696ce2415075f401e444c9910 (patch)
treea96f73782faf66c715504de78172328d6347fe57 /app/view/templates/edit.php
parent5e1ca86211da0439003303cf3e0741edf31bced4 (diff)
downloadwcms-3309bd722454fa8696ce2415075f401e444c9910.tar.gz
wcms-3309bd722454fa8696ce2415075f401e444c9910.zip
author and user management
Diffstat (limited to 'app/view/templates/edit.php')
-rw-r--r--app/view/templates/edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/view/templates/edit.php b/app/view/templates/edit.php
index e01846e..7c6610a 100644
--- a/app/view/templates/edit.php
+++ b/app/view/templates/edit.php
@@ -16,7 +16,7 @@
<?php $this->insert('editleftbar', ['art' => $art, 'tablist' => $tablist, 'artlist' => $artlist, 'showleftpanel' => $showleftpanel, 'faviconlist' => $faviconlist]) ?>
<?php $this->insert('edittabs', ['tablist' => $tablist, 'opentab' => $art->interface(), 'templates' => $art->template()]) ?>
- <?php $this->insert('editrightbar', ['art' => $art, 'artlist' => $artlist, 'showrightpanel' => $showrightpanel, 'templates' => $art->template(), 'tagartlist' => $tagartlist, 'lasteditedartlist' => $lasteditedartlist, 'inviteuserlist' => $inviteuserlist, 'user' => $user]) ?>
+ <?php $this->insert('editrightbar', ['art' => $art, 'artlist' => $artlist, 'showrightpanel' => $showrightpanel, 'templates' => $art->template(), 'tagartlist' => $tagartlist, 'lasteditedartlist' => $lasteditedartlist, 'editorlist' => $editorlist, 'user' => $user]) ?>
</div>