From 9c79d0430792977cb58e91ebcc583a69fc5ed636 Mon Sep 17 00:00:00 2001 From: Cameron Date: Mon, 23 Jul 2018 11:11:14 -0700 Subject: [PATCH] Fixes #3312 - Contact page LAN loading. --- contact.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contact.php b/contact.php index 989bc271c..d4acafa60 100644 --- a/contact.php +++ b/contact.php @@ -24,7 +24,7 @@ if(!check_class($active) && empty($contactInfo)) require_once(e_HANDLER."secure_img_handler.php"); $sec_img = new secure_image; -e107::includeLan(e_LANGUAGEDIR.e_LANGUAGE.'/lan_'.e_PAGE); +e107::lan('core','contact'); define('PAGE_NAME', LANCONTACT_00);