1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-22 07:21:16 +02:00

Fixes #3312 - Contact page LAN loading.

This commit is contained in:
Cameron
2018-07-23 11:11:14 -07:00
parent dec471da61
commit 9c79d04307

View File

@@ -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);