- rename the exportdata to export.
This commit is contained in:
@@ -528,7 +528,7 @@ class task extends control
|
||||
/**
|
||||
* get data to export
|
||||
*/
|
||||
public function exportData($fileName, $fileType)
|
||||
public function export($fileName, $fileType)
|
||||
{
|
||||
$users = $this->loadModel('user')->getPairs();
|
||||
$projectID = $this->session->projectID;
|
||||
|
||||
Reference in New Issue
Block a user