Pārlūkot izejas kodu

fixed BUG in save item

Piotr Labudda 9 gadi atpakaļ
vecāks
revīzija
95275a9a08
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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');
 				return V::convert($value, 'price');
 			} break;
 			} break;
 		}
 		}
+		return $value;
 	}
 	}
 	public function fixFieldEmptyValue($fieldName) {// TODO: legacy
 	public function fixFieldEmptyValue($fieldName) {// TODO: legacy
 		$type = $this->getFieldType($fieldName);
 		$type = $this->getFieldType($fieldName);