Index: trunk/core/kernel/utility/http_query.php =================================================================== diff -u -N -r3441 -r3559 --- trunk/core/kernel/utility/http_query.php (.../http_query.php) (revision 3441) +++ trunk/core/kernel/utility/http_query.php (.../http_query.php) (revision 3559) @@ -345,7 +345,6 @@ $this->Application->VerifyLanguageId(); - $this->Application->Phrases->Init('phrases'); // $this->Get('m_lang') ); // match theme @@ -472,6 +471,8 @@ $this->Set('t', $this->getDefaultTemplate($template_found ? $template_path : '') ); // pass params left to module + $this->Application->Phrases->Init('phrases'); + $passed = Array('m'); $module_params = Array();