Skip to content
This repository has been archived by the owner on Jul 14, 2021. It is now read-only.

Commit

Permalink
Fix #1153 "Undefined index: user_agent" Update MX_Loader
Browse files Browse the repository at this point in the history
Latest changes from Wiredesignz' Bitbucket
https://bitbucket.org/wiredesignz/codeigniter-modular-
extensions-hmvc
  • Loading branch information
mwhitneysdsu committed Aug 11, 2015
1 parent 10cba78 commit c8c1a72
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/third_party/MX/Loader.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ public function library($library, $params = NULL, $object_name = NULL)
if ($path === FALSE)
{
$this->_ci_load_library($library, $params, $object_name);
$_alias = $this->_ci_classes[$class];
}
else
{
Expand Down
1 change: 1 addition & 0 deletions bonfire/docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
* MY_*_helper files can now override BF_*_helper files

#### Closes Issues:
* #1153: Error: "Undefined index: user_agent" caused by out-dated `MX_Loader`.

#### Additional Changes:

Expand Down
2 changes: 2 additions & 0 deletions bonfire/docs/upgrade/083.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
* Update `/application/config/user_agents.php`
* Where relevant, update any of the config files above in environment directories.

* Update `/application/third_party/MX/Loader.php`

* Update `/application/views/errors/cli/error_exception.php`
* Update `/application/views/errors/cli/error_php.php`

Expand Down

0 comments on commit c8c1a72

Please sign in to comment.