Merge pull request #1726 from open-sausages/pulls/4.0/fix-install-template

BUG Fix reference to Install_deleteinstallfiles
This commit is contained in:
Daniel Hensby 2017-01-25 10:59:04 +00:00 committed by GitHub
commit 36de854707

View File

@ -491,7 +491,10 @@ HTML;
'Password' => Convert::raw2xml(Session::get('password')),
'UnsuccessfulFiles' => $unsuccessful
));
$content->setValue($data->renderWith('Install_deleteinstallfiles'));
$content->setValue($data->renderWith([
'type' => 'Includes',
'Install_deleteinstallfiles'
]));
return array(
"Title" => $title,