derp
This commit is contained in:
parent
13c1533405
commit
2410a64551
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class Image implements \ArrayAccess
|
||||||
// it isn't static and it isn't a known prop_type -
|
// it isn't static and it isn't a known prop_type -
|
||||||
// maybe from an old extension that has since been
|
// maybe from an old extension that has since been
|
||||||
// disabled? Just ignore it.
|
// disabled? Just ignore it.
|
||||||
if(UNITTEST) {
|
if(defined('UNITTEST')) {
|
||||||
throw new \Exception("Unknown column $name in images table");
|
throw new \Exception("Unknown column $name in images table");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue