summaryrefslogtreecommitdiffstats
path: root/user_guide_src/source/installation/upgrade_200.rst
diff options
context:
space:
mode:
authorBrent Ashley <brent@ashleyit.com>2012-05-22 17:45:10 +0200
committerBrent Ashley <brent@ashleyit.com>2012-05-22 17:45:10 +0200
commit4337771961de19f7cffb444aa2bd2866e9dad18a (patch)
tree5c725cf7799906725e6b7e7c4fc4e20cf4171a36 /user_guide_src/source/installation/upgrade_200.rst
parent1d79efea47d26e0e567f919c648adf5b554f3ff0 (diff)
Add step to move existing core extensions to new folder
Diffstat (limited to 'user_guide_src/source/installation/upgrade_200.rst')
-rw-r--r--user_guide_src/source/installation/upgrade_200.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/user_guide_src/source/installation/upgrade_200.rst b/user_guide_src/source/installation/upgrade_200.rst
index b39f4fd23..74b7443d8 100644
--- a/user_guide_src/source/installation/upgrade_200.rst
+++ b/user_guide_src/source/installation/upgrade_200.rst
@@ -87,7 +87,14 @@ All native CodeIgniter classes now use the PHP 5 \__construct()
convention. Please update extended libraries to call
parent::\__construct().
-Step 8: Update your user guide
+Step 8: Move any core extensions to application/core
+====================================================
+
+Any extensions to core classes (e.g. MY_Controller.php) in your
+application/liblraries folder must be moved to the new
+application/core folder.
+
+Step 9: Update your user guide
==============================
Please replace your local copy of the user guide with the new version,