mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
Fixed help_link config usage
This commit is contained in:
parent
e97c034922
commit
3c30c36b71
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user