una
una copied to clipboard
Issue with BxDolPage::transformSeoLink call
BxDolPermalinks::permalink doesn't support calls like the following:
BxDolPermalinks::getInstance()->permalink('page.php', array(
'i' => 'some_uri',
'id' => 'some_id'
));
In this case the problem appears in transformSeoLink method because parse_url returns NULL instead of false