CustomVariables: fix typo

This commit is contained in:
Thomas Gelf 2015-06-11 19:12:20 +02:00
parent 26e4d4ff0e
commit 8184605c32
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ class CustomVariables
public function hasBeenModified()
{
return $this->modifiec;
return $this->modified;
}
public function setUnmodified()