Skip to content

Commit

Permalink
Fix for old redundant argument left behind after refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
DominicWatson committed Jan 28, 2015
1 parent 22d7ef0 commit f5c0bc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/services/links/LinksService.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ component output=false {
return _getRequestContext().buildLink( page=link.page );
}

private string function _buildAssetlinkHref( required query link, required any event ) output=false {
private string function _buildAssetlinkHref( required query link ) output=false {
return _getRequestContext().buildLink( assetId=link.asset );
}

Expand Down

0 comments on commit f5c0bc8

Please sign in to comment.