소스 검색

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);