Index: trunk/kernel/units/help/help_tag_processor.php =================================================================== diff -u -r2990 -r4207 --- trunk/kernel/units/help/help_tag_processor.php (.../help_tag_processor.php) (revision 2990) +++ trunk/kernel/units/help/help_tag_processor.php (.../help_tag_processor.php) (revision 4207) @@ -30,7 +30,7 @@ function ShowHelp($params) { $module = $this->Application->GetVar('h_module'); - if (!$module) $module = $this->Application->RecallVar('current_module'); + if (!$module) $module = $this->Application->RecallVar('module'); $title_preset = $this->Application->GetVar('h_title_preset'); $sql = 'SELECT Path FROM '.TABLE_PREFIX.'Modules WHERE LOWER(Name)='.$this->Conn->qstr( strtolower($module) );