From e3ae5647465b8c28c3584ce419e3bea94950726a Mon Sep 17 00:00:00 2001 From: Jocelyn Fiat Date: Mon, 7 Dec 2015 22:08:37 +0100 Subject: [PATCH] Removed an obsolete call to CMS_RESPONSE.hooks . --- modules/admin/handler/cms_admin_cache_handler.e | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/admin/handler/cms_admin_cache_handler.e b/modules/admin/handler/cms_admin_cache_handler.e index 9cd9f34..13dd922 100644 --- a/modules/admin/handler/cms_admin_cache_handler.e +++ b/modules/admin/handler/cms_admin_cache_handler.e @@ -63,7 +63,7 @@ feature -- Execution fd.is_valid then if attached fd.string_item ("op") as l_op and then l_op.same_string (text_clear_all_caches) then - l_response.hooks.invoke_clear_cache (Void, l_response) + api.hooks.invoke_clear_cache (Void, l_response) l_response.add_notice_message ("Caches cleared (if allowed)!") else fd.report_error ("Invalid form data!")