Commit cd472e4a authored by Levin Zimmermann's avatar Levin Zimmermann

fixup! Revert "stack/erp5: Fix NEO URL formatting for WCFS"

parent a3bc3c6d
......@@ -102,4 +102,4 @@ md5sum = 5cf0316fdd17a940031e4083bbededd8
[instance-wcfs.cfg.in]
filename = instance-wcfs.cfg.in
md5sum = 207df763504b503bf8ee6941914582ad
md5sum = 8902dee42974083d3d96614070be049b
......@@ -31,7 +31,7 @@
{% endif %}
{% endfor -%}
{% if len(argv) > 0 -%}
{% set zurl = zurl + '&' + '?'.join(argv) -%}
{% set zurl = zurl + '?' + '&'.join(argv) -%}
{% endif -%}
{% else -%}
{% do assert(False, ("unsupported ZODB type", zodb)) -%}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment