commit | 679525d0237ac2e0a94d7b05377eb31eb3398f19 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Sat Nov 03 00:35:48 2012 +0200 |
committer | Andrey Andreev <narf@bofh.bg> | Sat Nov 03 00:35:48 2012 +0200 |
tree | dcd86b3cdb00e35f451d26bb3023f7a501b57455 | |
parent | 38e32f643492a7bf0233bb9848138d183fbdfcd4 [diff] |
Removed CI_Loader::initialize() and moved its logic to the constructor. That method used to be called by the CI_Controller constructor and was required because of the possibility to instantiate the Controller class twice due to 404_override, and so some properties needed to be reset. Following the last commit - this is no longer the case.