mirror of
https://github.com/silverstripe/silverstripe-reports
synced 2024-10-22 09:05:53 +00:00
FIX Use new admin_url
This commit is contained in:
parent
c876a21669
commit
761cbf0dc2
@ -159,7 +159,7 @@ class SS_Report extends ViewableData
|
|||||||
public function getLink($action = null)
|
public function getLink($action = null)
|
||||||
{
|
{
|
||||||
return Controller::join_links(
|
return Controller::join_links(
|
||||||
Config::inst()->get('AdminRootController', 'url_base'),
|
AdminRootController::admin_url(),
|
||||||
Config::inst()->get('ReportAdmin', 'url_segment'),
|
Config::inst()->get('ReportAdmin', 'url_segment'),
|
||||||
get_class($this),
|
get_class($this),
|
||||||
$action
|
$action
|
||||||
|
Loading…
x
Reference in New Issue
Block a user