CodeIgniter Forums
Documentation Upgrade Typo? - Printable Version

+- CodeIgniter Forums (https://forum.codeigniter.com)
+-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20)
+--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23)
+--- Thread: Documentation Upgrade Typo? (/showthread.php?tid=18266)



Documentation Upgrade Typo? - El Forum - 04-30-2009

[eluser]Panchesco[/eluser]
I'm upgrading a site from 1.5.4 and in the 1.5.4 upgrade documentation the following instructions appear

Code:
Step 3: Add $autoload['model']

Add the following to system/application/autoload.php

Is this correct? Doesn't the autoload.php file reside at system/application/config/autoload.php ?


Documentation Upgrade Typo? - El Forum - 04-30-2009

[eluser]Dam1an[/eluser]
Indeed it does, well spotted


Documentation Upgrade Typo? - El Forum - 05-03-2009

[eluser]Derek Allard[/eluser]
I changed it Panchesco, thanks.