1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-01 04:10:38 +02:00

News: Wrong language include path

This commit is contained in:
secretr
2010-03-16 14:58:10 +00:00
parent dc6ac978fc
commit a1633e37c6

View File

@@ -6,7 +6,7 @@ $cacheString = 'nq_news_categories_menu_'.preg_replace('#[^\w]#', '', $parm);
$cached = e107::getCache()->retrieve($cacheString);
if(false === $cached)
{
e107::includeLan(e_PLUGIN.'news/languages'.e_LANGUAGE.'.php');
e107::includeLan(e_PLUGIN.'news/languages/'.e_LANGUAGE.'.php');
parse_str($parm, $parms);
$ctree = e107::getObject('e_news_category_tree', null, e_HANDLER.'news_class.php');