Merge branch 'patch-1' of https://github.com/morty/ckanext-spatial into morty-patch-1

This commit is contained in:
amercader 2014-06-27 16:06:12 +01:00
commit e26aadd36a
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ class CatalogueServiceWebController(BaseController):
req["maxRecords"] = int(maxRecords)
except:
err = self._exception(exceptionCode="InvalidParameterValue", locator="maxRecords",
text=unicode(startPosition))
text=unicode(maxRecords))
return self._render_xml(err)
req["id"] = [req["id"]] if "id" in req else []
return ops[req["request"]](req)