Merge pull request #8404 from Carlo1139/patch-1

Typo in code snippet
This commit is contained in:
Robbie Averill 2018-09-25 10:39:51 +02:00 committed by GitHub
commit a8070dcfc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -169,7 +169,7 @@ as well as give other features in SilverStripe the ability to influence link beh
public function Link($action = null)
{
// Construct link with graceful handling of GET parameters
$link = Controller::join_links('teams', $ction);
$link = Controller::join_links('teams', $action);
// Allow Versioned and other extension to update $link by reference.
$this->extend('updateLink', $link, $action);