Fixed recent_changes module to allow alias of recent_changes blocks.

Factorized code in CMS_RESPONSE by reusing add_block.
This commit is contained in:
2015-11-02 18:54:30 +01:00
parent 6aaec0be9f
commit 360855a558
2 changed files with 2 additions and 6 deletions

View File

@@ -94,7 +94,7 @@ feature -- Hook
recent_changes_feed (a_response, nb, Void).accept (gen)
create b.make (a_block_id, Void, l_content, Void)
a_response.put_block (b, Void, False)
a_response.add_block (b, Void)
end
end