Issue with a handful of Interceptors

I was debugging an issue with an interceptor not running and traced it
to the InterceptorService

The init function sets the system interceptionPoints to a list, but
the list is broken and the following interception points don't get
caught:

postViewRender
afterCacheElementInsert
afterCacheElementExpired
preModuleLoad
postModuleUnload
beforeDebuggerPanel
afterDebuggerPanel
ORMPostNew

Looks like it has been broken in some sort since Dec 21. Missing
delims between those points.

thanks,

.brett

WOW, awesome catch!! I am migrating to arrays also soon, thnaks!

Luis F. Majano
President
Ortus Solutions, Corp

ColdBox Platform: http://www.coldbox.org
Linked In: http://www.linkedin.com/pub/3/731/483
Blog: http://www.luismajano.com
IECFUG Manager: http://www.iecfug.com

+1 arrays. Soo much better to work with.

thanks!

.brett