User tests: Successful: Unsuccessful:
Add parameter to prepend. This now operates the same as spl_autoload_register when adding a new loader.
Signed-off-by: Don Gilbert don@electriceasel.com
I think we need to change libraries/cms.php also for this to put the libraries/cms folder at the front of the autoloader path, otherwise we (again) shift our lookup priorities (currently cms, joomla, legacy).
libraries/cms.php
libraries/cms
@mbabker Fixed it in a568e1e
I think we need to change
libraries/cms.php
also for this to put thelibraries/cms
folder at the front of the autoloader path, otherwise we (again) shift our lookup priorities (currently cms, joomla, legacy).