Skip to content

Commit

Permalink
Merge pull request #510 from virtualghetto/missing-hook
Browse files Browse the repository at this point in the history
Missing pick_language hook.
  • Loading branch information
claudehohl committed Nov 22, 2018
2 parents 9edcff6 + e8e0fd1 commit 16f2864
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion htdocs/application/config/config.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@
| setting this variable to TRUE (boolean). See the user guide for details. | setting this variable to TRUE (boolean). See the user guide for details.
| |
*/ */
$config['enable_hooks'] = TRUE; $config['enable_hooks'] = FALSE;




/* /*
Expand Down
8 changes: 2 additions & 6 deletions htdocs/application/config/hooks.php
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -10,11 +10,7 @@
| |
*/ */


$hook['pre_controller'][] = array(
'function' => 'pick_language',
'filename' => 'pick_language.php',
'filepath' => 'hooks'
);


/* End of file hooks.php */ /* End of file hooks.php */
/* Location: ./application/config/hooks.php */ /* Location: ./application/config/hooks.php */

0 comments on commit 16f2864

Please sign in to comment.