X-Git-Url: https://delta.frontaccounting.com/gitweb/?a=blobdiff_plain;f=install%2Fisession.inc;fp=install%2Fisession.inc;h=339c92735549298cc0ba600595f651ca901eb813;hb=f60b8293f0316ef03429af363b30c753532a67d6;hp=5a9f912e7bfb5b213ff17de2c593de20d2c236e8;hpb=e588bfb54fa9f8912c998b71537a9ad6b498eb3d;p=fa-stable.git diff --git a/install/isession.inc b/install/isession.inc index 5a9f912e..339c9273 100644 --- a/install/isession.inc +++ b/install/isession.inc @@ -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");