diff options
Diffstat (limited to 'app/Controller/File.php')
-rw-r--r-- | app/Controller/File.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/Controller/File.php b/app/Controller/File.php index 3c8c32d1..24db7565 100644 --- a/app/Controller/File.php +++ b/app/Controller/File.php @@ -23,9 +23,7 @@ class File extends Base $this->response->html($this->taskLayout('file_new', array( 'task' => $task, - 'menu' => 'tasks', 'max_size' => ini_get('upload_max_filesize'), - 'title' => t('Attach a document') ))); } @@ -137,8 +135,6 @@ class File extends Base $this->response->html($this->taskLayout('file_remove', array( 'task' => $task, 'file' => $file, - 'menu' => 'tasks', - 'title' => t('Remove a file') ))); } } |