BUGFIX Added ContentController->successfullyinstalled() to $allowed_actions

git-svn-id: svn://svn.silverstripe.com/silverstripe/open/modules/sapphire/branches/2.4@90876 467b73ca-7a2a-4603-9d3b-597d59a354a9
This commit is contained in:
Ingo Schommer 2009-11-05 02:30:14 +00:00 committed by Sam Minnee
parent e3fa5cae7f
commit 8cf532f623

View File

@ -27,7 +27,8 @@ class ContentController extends Controller {
);
public static $allowed_actions = array (
'PageComments'
'PageComments',
'successfullyinstalled'
);
/**