浏览代码

fixed BUG in save item

Piotr Labudda 9 年之前
父节点
当前提交
95275a9a08
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      SE/se-lib/TableAcl.php

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

@@ -1429,6 +1429,7 @@ class TableAcl extends Core_AclBase {
 				return V::convert($value, 'price');
 			} break;
 		}
+		return $value;
 	}
 	public function fixFieldEmptyValue($fieldName) {// TODO: legacy
 		$type = $this->getFieldType($fieldName);