VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: Linelab on October 09, 2015, 18:43:48 PM

Title: Small bug vmview.php
Post by: Linelab on October 09, 2015, 18:43:48 PM
VM 3.0.10

File: components/com_virtuemart/helpers/vmview.php line 132

$this->continue_link = JURI::root() .'/index.php?option=com_virtuemart&view=category' . $categoryStr.$lang.$ItemidStr;

replace

$this->continue_link = JURI::root() .'index.php?option=com_virtuemart&view=category' . $categoryStr.$lang.$ItemidStr;

Please fix it.
Title: Re: Small bug vmview.php
Post by: Rune Rasmussen on October 10, 2015, 12:51:23 PM
Thanks @VirtueArtcz for posting this, I wondered where that extra slash came from on the frontpage etc... :)
Title: Re: Small bug vmview.php
Post by: Milbo on October 10, 2015, 20:20:18 PM
Thank you, is removed in the svn.