Removed unused local variable

Use new location for http_authorization library.
Added error_handler in CMS_MODULE_API (and thus all modules).
Better error handling in CMS_USER_API.
This commit is contained in:
2015-07-14 12:20:43 +02:00
parent 2d77bf6de8
commit 19e8607e54
4 changed files with 27 additions and 5 deletions

View File

@@ -425,7 +425,6 @@ feature -- Handler
handle_post_change_password (api: CMS_API; req: WSF_REQUEST; res: WSF_RESPONSE)
local
r: CMS_RESPONSE
l_user_api: CMS_USER_API
do
create {GENERIC_VIEW_CMS_RESPONSE} r.make (req, res, api)
if attached template_block ("post_change", r) as l_tpl_block then