Merge branch 'master' into es17.01

This commit is contained in:
2017-03-03 13:37:19 +01:00

View File

@@ -96,7 +96,7 @@ feature -- HTTP Methods
until
nb = l_size or l_exhausted
loop
create l_params.make (1 + (pg * 25), 25)
create l_params.make (pg * 25, 25)
if attached node_api.recent_published_nodes_of_type (a_content_type, l_params) as lst then
l_exhausted := True
across