From 2c530cc236f07a427aafc69fcd9be4a066a00e46 Mon Sep 17 00:00:00 2001 From: Bernhard Schussek Date: Mon, 30 Jan 2012 13:36:34 +0100 Subject: [PATCH] Fixed typos in UPGRADE file --- UPGRADE-2.1.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/UPGRADE-2.1.md b/UPGRADE-2.1.md index a46451ee8e..120e66e933 100644 --- a/UPGRADE-2.1.md +++ b/UPGRADE-2.1.md @@ -85,7 +85,7 @@ UPGRADE FROM 2.0 to 2.1 Before: - class MyChoiceList extends ArrayChoicList + class MyChoiceList extends ArrayChoiceList { protected function load() { @@ -99,7 +99,7 @@ UPGRADE FROM 2.0 to 2.1 After: - class MyChoiceList extends SimpleChoicList + class MyChoiceList extends SimpleChoiceList { public function __construct() {