diff --git a/app/Template/subtask/menu.php b/app/Template/subtask/menu.php index 159b030ca..9ac8fc427 100644 --- a/app/Template/subtask/menu.php +++ b/app/Template/subtask/menu.php @@ -1,5 +1,5 @@
| = t('Filename') ?> | -= t('Creator') ?> | -= t('Date') ?> | -= t('Size') ?> | += t('Size') ?> | += t('Creator') ?> | += t('Date') ?> |
|---|---|---|---|---|---|---|
| + = $this->text->bytes($file['size']) ?> + | = $this->text->e($file['user_name'] ?: $file['username']) ?> | = $this->dt->date($file['date']) ?> | -- = $this->text->bytes($file['size']) ?> - |