mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merge pull request #1726 from open-sausages/pulls/4.0/fix-install-template
BUG Fix reference to Install_deleteinstallfiles
This commit is contained in:
commit
36de854707
@ -491,7 +491,10 @@ HTML;
|
|||||||
'Password' => Convert::raw2xml(Session::get('password')),
|
'Password' => Convert::raw2xml(Session::get('password')),
|
||||||
'UnsuccessfulFiles' => $unsuccessful
|
'UnsuccessfulFiles' => $unsuccessful
|
||||||
));
|
));
|
||||||
$content->setValue($data->renderWith('Install_deleteinstallfiles'));
|
$content->setValue($data->renderWith([
|
||||||
|
'type' => 'Includes',
|
||||||
|
'Install_deleteinstallfiles'
|
||||||
|
]));
|
||||||
|
|
||||||
return array(
|
return array(
|
||||||
"Title" => $title,
|
"Title" => $title,
|
||||||
|
Loading…
Reference in New Issue
Block a user