Cleanup: changed language.php, gettext.php file names to *.inc
[fa-stable.git] / includes / session.inc
index 0bddc33d4e2a8673df6992d4f7de3822ce88bc73..15d21d84951f357d99d48a19f8e1d0a5979c5b4f 100644 (file)
@@ -363,7 +363,7 @@ set_error_handler('error_handler' /*, errtypes */);
 include_once($path_to_root . "/includes/current_user.inc");
 include_once($path_to_root . "/frontaccounting.php");
 include_once($path_to_root . "/admin/db/security_db.inc");
-include_once($path_to_root . "/includes/lang/language.php");
+include_once($path_to_root . "/includes/lang/language.inc");
 include_once($path_to_root . "/config_db.php");
 include_once($path_to_root . "/includes/ajax.inc");
 include_once($path_to_root . "/includes/ui/ui_msgs.inc");