This commit is contained in:
Shish 2024-01-15 21:16:09 +00:00
parent 13c1533405
commit 2410a64551

View file

@ -106,7 +106,7 @@ class Image implements \ArrayAccess
// it isn't static and it isn't a known prop_type -
// maybe from an old extension that has since been
// disabled? Just ignore it.
if(UNITTEST) {
if(defined('UNITTEST')) {
throw new \Exception("Unknown column $name in images table");
}
}