Merge pull request #510 from virtualghetto/missing-hook

Missing pick_language hook.
This commit is contained in:
Claude 2018-11-22 08:57:55 +01:00 committed by GitHub
commit 16f2864fa2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 7 deletions

View File

@ -101,7 +101,7 @@ $config['charset'] = 'UTF-8';
| setting this variable to TRUE (boolean). See the user guide for details.
|
*/
$config['enable_hooks'] = TRUE;
$config['enable_hooks'] = FALSE;
/*

View File

@ -10,11 +10,7 @@
|
*/
$hook['pre_controller'][] = array(
'function' => 'pick_language',
'filename' => 'pick_language.php',
'filepath' => 'hooks'
);
/* End of file hooks.php */
/* Location: ./application/config/hooks.php */
/* Location: ./application/config/hooks.php */