1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 12:20:44 +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

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