issue 1559, fixed a bug on category management page

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10255 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2012-02-28 11:52:47 +00:00
parent 4b4806f932
commit 6eaf9ecedc

View file

@ -909,7 +909,6 @@
// tpl template file directly compile and will return a variable and puts it on.
$oTemplate = &TemplateHandler::getInstance();
$tpl = $oTemplate->compile('./modules/document/tpl', 'category_info');
$tpl = str_replace("\n",'',$tpl);
// Changing user-defined language
$oModuleController = &getController('module');
$oModuleController->replaceDefinedLangCode($tpl);