aboutsummaryrefslogtreecommitdiffstats
path: root/about.php
diff options
context:
space:
mode:
Diffstat (limited to 'about.php')
-rw-r--r--about.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/about.php b/about.php
index c44520f45..78bd20d96 100644
--- a/about.php
+++ b/about.php
@@ -63,7 +63,7 @@ if ( isset($lang['Theme: '.$user['theme']]) )
);
}
-$template->assign('ABOUT_MESSAGE', load_language('about.html','','',true) );
+$template->assign('ABOUT_MESSAGE', load_language('about.html','', array('return'=>true)) );
$template->pparse('about');
include(PHPWG_ROOT_PATH.'include/page_tail.php');