Code from inc/language.php moved to function loadLanguageFile(), the include is now...
[mailer.git] / inc / session.php
index 26e296685dcc2fb0cdc2164755e0013bb4149f69..ec9dff751e796fd1591ca9d9f989ae0e0b0f8fca 100644 (file)
@@ -51,8 +51,8 @@ if (getConfig('session_save_path') != '') {
 // Start the session
 session_start();
 
-// Load language system
-loadIncludeOnce('inc/language.php');
+// Load language file(s)
+loadLanguageFile();
 
 // Load extensions here
 loadIncludeOnce('inc/load_extensions.php');