mirror of
https://github.com/silverstripe/silverstripe-subsites
synced 2024-10-22 09:05:55 +00:00
This commit is contained in:
parent
8f6db47888
commit
272cdd444a
@ -135,5 +135,12 @@ class SubsiteAdmin extends GenericDataAdmin {
|
|||||||
|
|
||||||
Director::redirect('admin/subsites/show/' . $intranet->ID);
|
Director::redirect('admin/subsites/show/' . $intranet->ID);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Use this as an action handler for custom CMS buttons.
|
||||||
|
*/
|
||||||
|
function callPageMethod2($data, $form) {
|
||||||
|
return $this->callPageMethod($data, $form);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user