Piotr Labudda пре 9 година
родитељ
комит
afa7193b8d
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      SE/se-lib/TableAcl.php

+ 1 - 0
SE/se-lib/TableAcl.php

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