MINOR Fixed location where protected static should've been public in MultiFormTest

This commit is contained in:
Sean Harvey 2010-05-11 03:37:51 +00:00
parent 1374144435
commit 29c2e7fd5a

View File

@ -147,7 +147,7 @@ class MultiFormTest_StepTwo extends MultiFormStep implements TestOnly {
}
class MultiFormTest_StepThree extends MultiFormStep implements TestOnly {
protected static $is_final_step = true;
public static $is_final_step = true;
function getFields() {
return new FieldSet(