una icon indicating copy to clipboard operation
una copied to clipboard

Issue with BxDolPage::transformSeoLink call

Open AntonLV opened this issue 3 years ago • 0 comments

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

AntonLV avatar Jul 19 '22 11:07 AntonLV