Now stable version is 2.4
[fa-stable.git] / includes / lang / language.inc
index 752c7e44c85fce1d4316b35046677d238cc0fcc9..1609cdc5db5b905bcc99b5de87e5fe4985922d44 100644 (file)
@@ -13,7 +13,7 @@
 if (isset($_GET['path_to_root']) || isset($_POST['path_to_root']))
        die("Restricted access");
 @include_once($path_to_root . "/lang/installed_languages.inc");
-include_once($path_to_root . "/includes/lang/gettext.php");
+include_once($path_to_root . "/includes/lang/gettext.inc");
 
 class language 
 {
@@ -90,4 +90,3 @@ if (!function_exists("_"))
                return $retVal;
        }
 }
-?>
\ No newline at end of file