1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +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
*
*/
e107::coreLan('theme', true);
class e_marketplace
{