mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
parent
8a89876658
commit
732b1f0a57
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user