mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 11:05:55 +02:00
BUGFIX: Fixed response text bug in subsite creation. (from r94563)
This commit is contained in:
parent
4d90cfeeb3
commit
6d7cf28c11
@ -75,7 +75,7 @@ class SubsiteAdmin_CollectionController extends ModelAdmin_CollectionController
|
||||
|
||||
if(Director::is_ajax()) {
|
||||
$recordController = new ModelAdmin_RecordController($this, $request, $subsite->ID);
|
||||
return new SS_HTTPResponse(
|
||||
return new HTTPResponse(
|
||||
$recordController->EditForm()->forAjaxTemplate(),
|
||||
200,
|
||||
sprintf(
|
||||
|
Loading…
Reference in New Issue
Block a user