mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 16:44:39 +00:00
MVC - add support for non persistent (in memory) models. (2)
type issue in comparison
This commit is contained in:
parent
15881b1829
commit
ee81d4adfd
@ -582,7 +582,7 @@ abstract class BaseModel
|
||||
throw new \OPNsense\Phalcon\Filter\Validation\Exception($exception_msg);
|
||||
}
|
||||
}
|
||||
if ($this->internal_mountpoint !== ':memory:') {
|
||||
if ($this->internal_mountpoint != ':memory:') {
|
||||
$this->internalSerializeToConfig();
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user