From 5c0b97013bea94cde9567569aec7702d73702026 Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Sun, 10 Jul 2011 22:05:26 -0400 Subject: Moved the secret to the proper controller --- controllers/SignupController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/SignupController.php b/controllers/SignupController.php index 6a9538a..7cd2656 100644 --- a/controllers/SignupController.php +++ b/controllers/SignupController.php @@ -7,9 +7,9 @@ use li3_swiftmailer\mailer\Message; use app\models\User; use app\models\confirmKey; - class SignupController extends \lithium\action\Controller { public $publicActions = array('index','confirm', 'cancel' ); + public $secret = "marshmallows"; //I don't know why either? public function index() { $user = null; -- cgit v1.2.3