Thread Always Merges with Wiki
When a wiki tab replacement is set and basic URLs are being used, then merging a thread to a non-wiki URL will merge it to the tab replacement wiki page.
Fixed for the next build. In
vault/wiki/request.php, find:
Code:
if (empty($matches[1]) AND $vbulletin->options['vault_hometab'])
Replace with:
Code:
if (!empty($matches[0]) AND empty($matches[1]) AND $vbulletin->options['vault_hometab'])