From 3a3e8f2faab4e6a563fc35563b6908c1a2b70a7e Mon Sep 17 00:00:00 2001 From: Simon Welsh Date: Sun, 14 Jul 2013 17:21:59 +1200 Subject: [PATCH] Adds LoginForm as an allowed action Behaves as a form method defined on ContentController --- code/controllers/ContentController.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/controllers/ContentController.php b/code/controllers/ContentController.php index 0eb8cc01..0ff261c5 100644 --- a/code/controllers/ContentController.php +++ b/code/controllers/ContentController.php @@ -24,7 +24,8 @@ class ContentController extends Controller { public static $allowed_actions = array( 'successfullyinstalled', - 'deleteinstallfiles' // secured through custom code + 'deleteinstallfiles', // secured through custom code + 'LoginForm' ); /**