1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Issue #3034 - Fix language-file not loading.

This commit is contained in:
Cameron
2018-02-14 14:13:37 -08:00
parent be062da64d
commit 2f62a522b7

View File

@@ -21,7 +21,7 @@ class news_menu
function __construct()
{
e107::lan('news','admin', 'true');
e107::lan('news', true);
}