Fix to the previous commit

pull/304/merge
iglocska 2014-08-13 15:35:22 +02:00
parent 26a4f97adb
commit 97eba22b46
1 changed files with 1 additions and 1 deletions

View File

@ -394,7 +394,7 @@ class ShadowAttribute extends AppModel {
}
public function validateAttributeValue($fields) {
return $this->Attribute->validateAttributeValue($fields);
return $this->Event->Attribute->validateAttributeValue($fields);
}
public function getCompositeTypes() {