diff options
Diffstat (limited to 'admin')
-rw-r--r-- | admin/help.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/help.php b/admin/help.php index 051a10073..d42652a2e 100644 --- a/admin/help.php +++ b/admin/help.php @@ -28,5 +28,5 @@ include_once(PHPWG_ROOT_PATH.'admin/include/functions.php'); // +-----------------------------------------------------------------------+ check_status(ACCESS_ADMINISTRATOR); -$template->assign('ADMIN_CONTENT', load_language('help.html','','',true) ); +$template->assign('ADMIN_CONTENT', load_language('help.html','',array('return'=>true)) ); ?> |