We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b712ff commit 7124ea5Copy full SHA for 7124ea5
Controller/NewExportController.php
@@ -58,7 +58,7 @@ private function common($model, $method, $filename, $action, $page_title)
58
*/
59
public function tasks()
60
{
61
- $this->common('metaTaskExport', 'export', t('Tasks'), 'metatasks', t('Tasks Export'));
+ $this->common('metaTaskExport', 'export', t('Tasks'), 'tasks', t('Tasks Export'));
62
}
63
64
/**
0 commit comments