diff --git a/system/Bootstrap.cfc b/system/Bootstrap.cfc index 8f90d1f59c..07d55df9b5 100644 --- a/system/Bootstrap.cfc +++ b/system/Bootstrap.cfc @@ -423,7 +423,7 @@ component { private boolean function _dealWithSqlReloadProtectionErrors( required struct exception ) output=true { var exceptionType = ( arguments.exception.type ?: "" ); - if ( exceptionType == "presidecms.auto.schema.sync.disabled" ) { + if ( IsSimpleValue( exceptionType ) && exceptionType == "presidecms.auto.schema.sync.disabled" ) { thread name=CreateUUId() e=arguments.exception { new preside.system.services.errors.ErrorLogService( appMapping = request._presideMappings.appMapping ?: "/app"