Fixed typos in UPGRADE file

This commit is contained in:
Bernhard Schussek 2012-01-30 13:36:34 +01:00
parent 7899bea3e5
commit 2c530cc236
1 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@ UPGRADE FROM 2.0 to 2.1
Before: Before:
class MyChoiceList extends ArrayChoicList class MyChoiceList extends ArrayChoiceList
{ {
protected function load() protected function load()
{ {
@ -99,7 +99,7 @@ UPGRADE FROM 2.0 to 2.1
After: After:
class MyChoiceList extends SimpleChoicList class MyChoiceList extends SimpleChoiceList
{ {
public function __construct() public function __construct()
{ {