Add language support for projects controller

This commit is contained in:
Eike Foken
2011-04-21 21:46:47 +02:00
parent c4c7988b5d
commit bc67619ce2
5 changed files with 49 additions and 8 deletions

View File

@@ -64,7 +64,7 @@ $autoload['libraries'] = array('database','session');
| $autoload['helper'] = array('url', 'file');
*/
$autoload['helper'] = array('url', 'html', 'script');
$autoload['helper'] = array('url', 'html', 'script', 'language');
/*