aboutsummaryrefslogtreecommitdiff
path: root/app/class
diff options
context:
space:
mode:
authorvincent-peugnet <v.peugnet@free.fr>2020-01-30 03:32:31 +0100
committervincent-peugnet <v.peugnet@free.fr>2020-01-30 03:32:31 +0100
commit27f1fb9c19fa2c2fd28863809ccc6ba526499c0d (patch)
tree5dbbc75a29a4b160db3042c41367d81e0285c70e /app/class
parenteab190e895124ef643c2b0574c84f3424857eeac (diff)
downloadwcms-27f1fb9c19fa2c2fd28863809ccc6ba526499c0d.tar.gz
wcms-27f1fb9c19fa2c2fd28863809ccc6ba526499c0d.zip
thumbnail can be changed in multi edit
Diffstat (limited to 'app/class')
-rw-r--r--app/class/Controllerhome.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/class/Controllerhome.php b/app/class/Controllerhome.php
index d102930..02d6c9d 100644
--- a/app/class/Controllerhome.php
+++ b/app/class/Controllerhome.php
@@ -36,7 +36,7 @@ class Controllerhome extends Controllerpage
$columns = $this->modelhome->setcolumns($this->user->columns());
- $vars = ['user' => $this->user, 'table2' => $table2, 'opt' => $this->opt, 'columns' => $columns, 'faviconlist' => $this->mediamanager->listfavicon(), 'editorlist' => $this->usermanager->getlisterbylevel(2, '>='), 'colors' => $colors];
+ $vars = ['user' => $this->user, 'table2' => $table2, 'opt' => $this->opt, 'columns' => $columns, 'faviconlist' => $this->mediamanager->listfavicon(), 'thumbnaillist' => $this->mediamanager->listthumbnail(), 'editorlist' => $this->usermanager->getlisterbylevel(2, '>='), 'colors' => $colors];
$vars['footer'] = ['version' => getversion(), 'total' => count($table), 'database' => Config::pagetable()];
if (isset($_POST['query']) && $this->user->iseditor()) {