make class greater

This commit is contained in:
Igor Barkov [iwork] 2019-01-14 17:05:15 +02:00
parent d7bb9a89c5
commit b84e3f373d
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ abstract class Item
foreach ($this as $key => $value) {
if (!empty($key)) {
$this->$key = $row[$key];
}
} else $this->$key = null;
}