diff --git a/lam/docs/README.upgrade.txt b/lam/docs/README.upgrade.txt index 7673bb9d..df33f7be 100644 --- a/lam/docs/README.upgrade.txt +++ b/lam/docs/README.upgrade.txt @@ -10,10 +10,11 @@ Style changes: - "table.list input" changed to "table.list input,select" baseModule: - - The class variable $base is no longer visible in child classes. Please use - $this->getAccountContainer() to access the accountContainer object. - - Several other class variables in accountContainer etc. are now private. - Use the new access methods. + The class variable $base is no longer visible in child classes. Please use + $this->getAccountContainer() to access the accountContainer object. + +Several other class variables in accountContainer etc. are now private. +Use the new access methods.