Skip to content

Commit

Permalink
Update user_guide_src/source/libraries/loader.rst
Browse files Browse the repository at this point in the history
Remove the second parameter
  • Loading branch information
Kristories committed Sep 23, 2012
1 parent 3596558 commit a5e329f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user_guide_src/source/libraries/loader.rst
Expand Up @@ -344,6 +344,6 @@ calling add_package_path().
$this->load->remove_package_path(APPPATH.'my_app');

// Again without the second parameter:
$this->load->add_package_path(APPPATH.'my_app', TRUE);
$this->load->add_package_path(APPPATH.'my_app');
$this->load->view('my_app_index'); // Loads
$this->load->view('welcome_message'); // Loads

0 comments on commit a5e329f

Please sign in to comment.