Micro bug in admin.../com_virtuemart/helpers/vmtable.php

Started by mb000000, February 21, 2013, 14:11:25 PM

Previous topic - Next topic

mb000000

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