Include files from new import routine in export routine.

This commit is contained in:
James Cole
2016-08-28 07:05:42 +02:00
parent 18c183afd6
commit 312079657b
3 changed files with 99 additions and 16 deletions

View File

@@ -305,6 +305,7 @@ class ImportController extends Controller
*/
public function start(ImportJob $job)
{
set_time_limit(0);
if ($job->status == "settings_complete") {
ImportProcedure::runImport($job);
}