1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-03 13:17:24 +02:00

Fix undefined constant by importing LAN in e_marketplace

Apparently e_marketplace depends on the admin area theme LAN
This commit is contained in:
Nick Liu
2020-01-17 17:32:53 +01:00
parent 622be85140
commit fc6b81fdd4

View File

@@ -9,6 +9,8 @@
* Application store client * Application store client
* *
*/ */
e107::coreLan('theme', true);
class e_marketplace class e_marketplace
{ {