commit | 5232ba07752ffa783d03754c3a869d9f73ccae69 | [log] [tgz] |
---|---|---|
author | Andrey Andreev <narf@bofh.bg> | Sat Oct 27 15:25:05 2012 +0300 |
committer | Andrey Andreev <narf@bofh.bg> | Sat Oct 27 15:25:05 2012 +0300 |
tree | dd199caa518dcfdabfb4fd221ca91a410e7a1146 | |
parent | 60826db46d3f9ceabcc280c494a975007423e64a [diff] |
Docblock improvements to the Config library and remove CI_Config::_assign_to_config() Existance of _assign_to_config() is pointless as this method consists just of a foreach calling CI_Config::set_item() and is only called by CodeIgniter.php - moved that foreach() in there instead.