Skip to content

Commit 7124ea5

Browse files
authored
Update NewExportController.php
1 parent 2b712ff commit 7124ea5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Controller/NewExportController.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ private function common($model, $method, $filename, $action, $page_title)
5858
*/
5959
public function tasks()
6060
{
61-
$this->common('metaTaskExport', 'export', t('Tasks'), 'metatasks', t('Tasks Export'));
61+
$this->common('metaTaskExport', 'export', t('Tasks'), 'tasks', t('Tasks Export'));
6262
}
6363

6464
/**

0 commit comments

Comments
 (0)