From fc6b81fdd40c8c28a9b071e9ae4b04eb470e9a99 Mon Sep 17 00:00:00 2001 From: Nick Liu Date: Fri, 17 Jan 2020 17:32:53 +0100 Subject: [PATCH] Fix undefined constant by importing LAN in e_marketplace Apparently e_marketplace depends on the admin area theme LAN --- e107_handlers/e_marketplace.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/e107_handlers/e_marketplace.php b/e107_handlers/e_marketplace.php index 881d036f7..78c62af6d 100644 --- a/e107_handlers/e_marketplace.php +++ b/e107_handlers/e_marketplace.php @@ -9,6 +9,8 @@ * Application store client * */ + +e107::coreLan('theme', true); class e_marketplace {