Index: trunk/admin/help/help.php =================================================================== diff -u -N -r2853 -r2932 --- trunk/admin/help/help.php (.../help.php) (revision 2853) +++ trunk/admin/help/help.php (.../help.php) (revision 2932) @@ -21,7 +21,7 @@ $section = explode(':', $section); if($section[0] == 'in-portal') $section[0] = 'kernel'; -$topic_path = $baseURL.$section[0].'/'.$admin.'/include/help/'.$section[1].'.txt'; +$topic_path = FULL_PATH.'/'.$section[0].'/'.$admin.'/include/help/'.$section[1].'.txt'; // for debugging: save new help content if( GetVar('action') == 'save_help' )