summaryrefslogtreecommitdiff
path: root/statistics.php
diff options
context:
space:
mode:
Diffstat (limited to 'statistics.php')
-rw-r--r--statistics.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/statistics.php b/statistics.php
index 0cfddc201b..c2f89bfc80 100644
--- a/statistics.php
+++ b/statistics.php
@@ -25,6 +25,7 @@ global $WT_TREE;
use Fisharebest\Webtrees\Controller\AjaxController;
use Fisharebest\Webtrees\Controller\PageController;
+use Fisharebest\Webtrees\Functions\FunctionsPrint;
define('WT_SCRIPT_NAME', 'statistics.php');
require './includes/session.php';
@@ -587,7 +588,7 @@ if (!$ajax) {
<br>
</div>
<div id="surname_opt" style="display:none;">';
- echo GedcomTag::getLabel('SURN'), help_link('google_chart_surname'), '<br><input data-autocomplete-type="SURN" type="text" name="SURN" size="20">';
+ echo GedcomTag::getLabel('SURN'), FunctionsPrint::helpLink('google_chart_surname'), '<br><input data-autocomplete-type="SURN" type="text" name="SURN" size="20">';
echo '<br>
</div>';
echo I18N::translate('Geographical area');