71 : <cfset application.mvc.controllers["#activeModule#Controller"] = createObject("component", "controllers.#activeModule#Controller").init(env, myDatabase, activeLang)>
72 : </cfif>
73 : <cfset activeController = application.mvc.controllers["#activeModule#Controller"]>
74 :
75 :
|