diff --git a/app/controllers/file.php b/app/controllers/file.php
index 06c5ea94386e25cca8d9cd3e3ad3b03058df1824..7ed8b86980cd46f820fd7c80fcbd4c6b236d3f17 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') {