Rename flag_latest to flag_new in constructor. #526
This commit is contained in:
parent
debc3bc8cb
commit
0d7ff77a07
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ class SAPBattery
|
||||||
public function __construct()
|
public function __construct()
|
||||||
{
|
{
|
||||||
$this->date_create = new DateTime();
|
$this->date_create = new DateTime();
|
||||||
$this->flag_latest = false;
|
$this->flag_new = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setID($id)
|
public function setID($id)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue