diff options
Diffstat (limited to 'popuphelp.php')
-rw-r--r-- | popuphelp.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/popuphelp.php b/popuphelp.php index b452eadcf..1775d7b54 100644 --- a/popuphelp.php +++ b/popuphelp.php @@ -46,7 +46,7 @@ if ) { $help_content = - load_language('help/'.$_GET['page'].'.html', '', '', true); + load_language('help/'.$_GET['page'].'.html', '', array('return'=>true) ); if ($help_content == false) { |