VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Virtuemart 1.1 Development (Archiv) => Quality & Testing VirtueMart 1.1.x => Topic started by: mahirgul on November 03, 2009, 11:09:30 AM

Title: Found BUG!!
Post by: mahirgul on November 03, 2009, 11:09:30 AM
I found bug this file
xxx/administrator/components/com_virtuemart/classes/ps_product.php line 2323

$tpl->set( 'price_table', $html);

Fix
$tpl->set( 'price_table', @$html);
Title: Re: Found BUG!!
Post by: Dave Withnall on December 12, 2009, 00:08:26 AM
That does not fix the bug. It just stops the error message being displayed.

http://php.net/manual/en/language.operators.errorcontrol.php