removed obsolete call

This commit is contained in:
Jocelyn Fiat
2013-03-22 20:15:09 +01:00
parent 53f848758a
commit 3b87481c93

View File

@@ -438,11 +438,12 @@ feature -- Core Execution
-- Default request handler if no other are relevant -- Default request handler if no other are relevant
local local
e: CMS_EXECUTION e: CMS_EXECUTION
sess: WSF_ROUTER_SESSION
do do
initialize_urls (req) initialize_urls (req)
if attached router.dispatch_and_return_handler (req, res) as p then create sess
-- ok router.dispatch (req, res, sess)
else if not sess.dispatched then
create {NOT_FOUND_CMS_EXECUTION} e.make (req, res, Current) create {NOT_FOUND_CMS_EXECUTION} e.make (req, res, Current)
e.execute e.execute
end end