This commit is contained in:
Sam Minnee 2007-10-11 03:05:58 +00:00
parent 8f6db47888
commit 272cdd444a
1 changed files with 7 additions and 0 deletions

View File

@ -135,5 +135,12 @@ class SubsiteAdmin extends GenericDataAdmin {
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);
}
}
?>