mirror of
https://github.com/silverstripe/silverstripe-cms
synced 2024-10-22 08:05:56 +02:00
Merge 3.1 into 3.2
Conflicts: code/reports/SideReport.php
This commit is contained in:
commit
6cd1837f0c
@ -112,7 +112,7 @@ class BrokenLinksReport extends SS_Report {
|
||||
$stageLink = $item->AbsoluteLink();
|
||||
return sprintf('%s <a href="%s">%s</a>',
|
||||
$stageLink,
|
||||
$liveLink ? $liveLink : $stageLink . '?stage=Stage',
|
||||
$liveLink ? $liveLink : Controller::join_links($stageLink, '?stage=Stage'),
|
||||
$liveLink ? '(live)' : '(draft)'
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user