diff options
author | momo-i <momo-i@ampache> | 2008-08-27 09:47:55 +0000 |
---|---|---|
committer | momo-i <momo-i@ampache> | 2008-08-27 09:47:55 +0000 |
commit | d6bae50be362a4055e26a6b8b940e5bfb803c66e (patch) | |
tree | ad0395489d70aa0a9f3679cbb5bd66f9dfb5dadd /lib/init.php | |
parent | 7d8db9b0ec124fc0708492486a375f09291f3a8f (diff) | |
download | ampache-d6bae50be362a4055e26a6b8b940e5bfb803c66e.tar.gz ampache-d6bae50be362a4055e26a6b8b940e5bfb803c66e.tar.bz2 ampache-d6bae50be362a4055e26a6b8b940e5bfb803c66e.zip |
typo
Diffstat (limited to 'lib/init.php')
-rw-r--r-- | lib/init.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/init.php b/lib/init.php index 7b6d62ca..b2f7ffc7 100644 --- a/lib/init.php +++ b/lib/init.php @@ -45,7 +45,7 @@ require_once $prefix . '/lib/general.lib.php'; require_once $prefix . '/lib/class/config.class.php'; if (!function_exists('gettext')) { - require_once $prefix . '/modules/emulater/gettext.php'; + require_once $prefix . '/modules/emulator/gettext.php'; } // Define some base level config options |