|
@@ -1432,6 +1432,7 @@ class TableAcl extends Core_AclBase {
|
|
|
return $value;
|
|
return $value;
|
|
|
}
|
|
}
|
|
|
public function fixFieldEmptyValue($fieldName) {// TODO: legacy
|
|
public function fixFieldEmptyValue($fieldName) {// TODO: legacy
|
|
|
|
|
+ $value = '';
|
|
|
$type = $this->getFieldType($fieldName);
|
|
$type = $this->getFieldType($fieldName);
|
|
|
if (!$type) return '';
|
|
if (!$type) return '';
|
|
|
if ('date' == $type['type']) {
|
|
if ('date' == $type['type']) {
|