Fixed a case where a notice was generated when the first point was added to the data set.
This commit is contained in:
parent
cd1cbce4ef
commit
7eedd0387d
@ -52,7 +52,7 @@
|
||||
|
||||
function pData()
|
||||
{
|
||||
$this->Data = "";
|
||||
$this->Data = array();
|
||||
$this->DataDescription = "";
|
||||
$this->DataDescription["Position"] = "Name";
|
||||
$this->DataDescription["Format"]["X"] = "number";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user