DragonByte Tech
Well-known member
- Affected version
- 2.2.6
XF\Mvc\Router::buildLink:
XF\Mvc\Controller::buildLink:
The
public function buildLink($link, $data = null, array $parameters = [], $hash = null)
XF\Mvc\Controller::buildLink:
public function buildLink($link, $data = null, array $parameters = [])
The
$hash
parameter should be added for consistency and in order to facilitate the same feature set without needing to manually call the router.