diff options
Diffstat (limited to 'inc/init.php')
-rw-r--r-- | inc/init.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inc/init.php b/inc/init.php index dd5614d42..67cac8783 100644 --- a/inc/init.php +++ b/inc/init.php @@ -22,8 +22,8 @@ $lang = array(); //load the language files - require_once(DOKU_INC.'lang/en/lang.php'); - require_once(DOKU_INC.'lang/'.$conf['lang'].'/lang.php'); + require_once(DOKU_INC.'inc/lang/en/lang.php'); + require_once(DOKU_INC.'inc/lang/'.$conf['lang'].'/lang.php'); // define baseURL if(!defined('DOKU_BASE')) define('DOKU_BASE',getBaseURL()); |