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