webmcp

changeset 453:1b380a0ab940

Fixed typo in previous commit
author jbe
date Thu Jul 21 19:13:02 2016 +0200 (2016-07-21)
parents 122271e0118e
children 4e03ecb28665
files framework/env/encode/url.lua
line diff
     1.1 --- a/framework/env/encode/url.lua	Thu Jul 21 19:12:08 2016 +0200
     1.2 +++ b/framework/env/encode/url.lua	Thu Jul 21 19:13:02 2016 +0200
     1.3 @@ -80,7 +80,7 @@
     1.4    if next(params) ~= nil or (id and id_as_param) then
     1.5      if not (external and string.find(external, "%?")) then
     1.6        add("?")
     1.7 -    else if external and not string.find(external, "&$") then
     1.8 +    elseif external and not string.find(external, "&$") then
     1.9        add("&")
    1.10      end
    1.11      if id and id_as_param then

Impressum / About Us