Merge branch 'hotfix/5.7.8' of ssh://172.20.0.1/var/git/espo/backend into hotfix/5.7.8

This commit is contained in:
Yuri Kuznetsov
2019-12-05 15:08:03 +02:00
+1 -1
View File
@@ -87,7 +87,7 @@ class Autoload
return $this->data;
}
return Utill::getValueByKey($this->data, $key, $returns);
return Util::getValueByKey($this->data, $key, $returns);
}
public function getAll()