mirror of
https://github.com/claudehohl/Stikked.git
synced 2025-04-25 04:21:17 -05:00
Merge pull request #510 from virtualghetto/missing-hook
Missing pick_language hook.
This commit is contained in:
commit
16f2864fa2
@ -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;
|
||||
|
||||
|
||||
/*
|
||||
|
@ -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 */
|
Loading…
x
Reference in New Issue
Block a user