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