1
0
mirror of https://github.com/e107inc/e107.git synced 2025-01-17 20:58:30 +01:00

Quick fix for language-file issue

This commit is contained in:
CaMer0n 2012-05-14 21:02:08 +00:00
parent aa0daaedfd
commit 9bd347c41d

View File

@ -262,7 +262,7 @@ class e_menu
else
{
// not sure what would break this, but it's good idea to go away
//e107::loadLanFiles($mpath);
e107::loadLanFiles($mpath);
//include once is not an option anymore
//e107_include will break many old menus (evil globals), so we'll wait for a while...