diff options
| author | Moritz Strohm <strohm@data-quest.de> | 2023-08-11 17:27:25 +0200 |
|---|---|---|
| committer | Moritz Strohm <strohm@data-quest.de> | 2023-08-11 17:27:31 +0200 |
| commit | 98e15cecf15155a03508de47be7ae35766289c05 (patch) | |
| tree | b2bf08ce23a86ba273324c7f077ef8597e56108e /app/controllers/file.php | |
| parent | f5e014ed87d2ca7a12997d6a6aab2005639283d2 (diff) | |
file/choose_destination: added attribute "hidden" for view, re #2996
Diffstat (limited to 'app/controllers/file.php')
| -rw-r--r-- | app/controllers/file.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/controllers/file.php b/app/controllers/file.php index 06c5ea9..7ed8b86 100644 --- a/app/controllers/file.php +++ b/app/controllers/file.php @@ -730,6 +730,8 @@ class FileController extends AuthenticatedController { PageLayout::setTitle(_('Ziel wählen')); + $this->hidden = false; //This is used in the view. + if (empty($fileref_id)) { $fileref_id = Request::getArray('fileref_id'); } elseif ($fileref_id === 'bulk') { |
