From fe9ac9416afb8281b6605d3e4097c2159d488aef Mon Sep 17 00:00:00 2001 From: Pascal Kriete Date: Thu, 7 Apr 2011 12:15:09 -0400 Subject: And now properly prepped for 2.0.2, sigh --- user_guide/installation/upgrade_201.html | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'user_guide/installation/upgrade_201.html') diff --git a/user_guide/installation/upgrade_201.html b/user_guide/installation/upgrade_201.html index 6c2b02d00..fe99cc0ce 100644 --- a/user_guide/installation/upgrade_201.html +++ b/user_guide/installation/upgrade_201.html @@ -72,17 +72,7 @@ Upgrading from 2.0.0 to 2.0.1

This config file has been updated to contain more mime types, please copy it to application/config/mimes.php.

-

Step 3: Remove loading calls for the Security Library

- -

Security has been moved to the core and is now always loaded automatically. Make sure you remove any loading calls as they will result in PHP errors.

- - -

Step 4: Move MY_Security

- -

If you are overriding or extending the Security library, you will need to move it to application/core.

- - -

Step 5: Check for forms posting to default controller

+

Step 3: Check for forms posting to default controller

The default behavior for form_open() when called with no parameters used to be to post to the default controller, but it will now just leave an empty action="" meaning the form will submit to the current URL. -- cgit v1.2.3-24-g4f1b