From 028a258910069da66501ced93c6bca11fb02d383 Mon Sep 17 00:00:00 2001 From: Sean Harvey Date: Tue, 11 May 2010 03:39:12 +0000 Subject: [PATCH] MINOR Fixed broken test --- code/TestMultiForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/TestMultiForm.php b/code/TestMultiForm.php index e88f3b9..eefe5cd 100644 --- a/code/TestMultiForm.php +++ b/code/TestMultiForm.php @@ -51,7 +51,7 @@ class TestMultiFormStepTwo extends MultiFormStep { class TestMultiFormStepThree extends MultiFormStep { - protected static $is_final_step = true; + public static $is_final_step = true; function getFields() { $form = $this->getForm();