CustomVariables: fix typo
This commit is contained in:
parent
26e4d4ff0e
commit
8184605c32
|
@ -38,7 +38,7 @@ class CustomVariables
|
||||||
|
|
||||||
public function hasBeenModified()
|
public function hasBeenModified()
|
||||||
{
|
{
|
||||||
return $this->modifiec;
|
return $this->modified;
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setUnmodified()
|
public function setUnmodified()
|
||||||
|
|
Loading…
Reference in New Issue