diff --git a/admin/code/LeftAndMain.php b/admin/code/LeftAndMain.php index fb0339f38..9cc8c5364 100644 --- a/admin/code/LeftAndMain.php +++ b/admin/code/LeftAndMain.php @@ -193,7 +193,7 @@ class LeftAndMain extends Controller implements PermissionProvider { CMSMenu::add_link( 'Help', _t('LeftAndMain.HELP', 'Help', 'Menu title'), - self::$help_link + $this->config()->help_link ); // Allow customisation of the access check by a extension