Cleanup: changed language.php, gettext.php file names to *.inc
[fa-stable.git] / install / isession.inc
index 5a9f912e7bfb5b213ff17de2c593de20d2c236e8..339c92735549298cc0ba600595f651ca901eb813 100644 (file)
@@ -70,7 +70,7 @@ include_once($path_to_root . "/includes/errors.inc");
 set_error_handler('error_handler' /*, errtypes */);
 
 include_once($path_to_root . "/includes/current_user.inc");
-include_once($path_to_root . "/includes/lang/language.php");
+include_once($path_to_root . "/includes/lang/language.inc");
 include_once($path_to_root . "/includes/ajax.inc");
 include_once($path_to_root . "/includes/ui/ui_msgs.inc");
 include_once($path_to_root . "/includes/prefs/sysprefs.inc");