Update to Kirby 3.7.5
This commit is contained in:
@@ -122,7 +122,6 @@ trait Properties
|
||||
|
||||
// handle empty values
|
||||
if ($value === null) {
|
||||
|
||||
// replace null with a default value, if a default handler exists
|
||||
if (method_exists($this, 'default' . $name) === true) {
|
||||
$value = $this->{'default' . $name}();
|
||||
|
||||
Reference in New Issue
Block a user