Fixed help_link config usage

This commit is contained in:
Ingo Schommer 2013-03-27 21:48:55 +01:00
parent e97c034922
commit 3c30c36b71

View File

@ -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