VirtueMart Forum

VirtueMart 2 + 3 + 4 => Virtuemart Development and bug reports => Topic started by: mb000000 on February 21, 2013, 14:11:25 PM

Title: Micro bug in admin.../com_virtuemart/helpers/vmtable.php
Post by: mb000000 on February 21, 2013, 14:11:25 PM
Have just downloaded 2.0.18a and seen this one is still in there....

Line 281 reads (currently) as:
$this->created_on = $this->$today;

it should read:
$this->created_on = $today;
Otherwise, you get a PHP notice saying ".....Undefined property: TableVmusers::$2013-02-21 13:03:21 .....", which makes sense really!

Mark