Skip to content

Commit

Permalink
minor comment typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
David McReynolds committed Sep 29, 2014
1 parent 794b353 commit 465b28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuel/modules/fuel/libraries/Fuel_advanced_module.php
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,7 @@ public function load_config($config = NULL)
$this->CI->load->module_config('app', $config, FALSE, TRUE);
$app_config = $this->CI->config->item($this->name);

// now get the blog configuration
// now get the module's configuration
$this->CI->load->module_config($this->folder(), $config, FALSE, TRUE);
$module_config = $this->CI->config->item($this->name);

Expand Down

0 comments on commit 465b28a

Please sign in to comment.