Content deleted Content added
change the messages used with addWarning to "warning" instead of "error" |
change invalid action oldids from an error to a warning |
||
Line 585:
obj.oldid = tonumber(data.oldid)
if data.oldid and (not obj.oldid or not isPositiveInteger(obj.oldid)) then
obj
obj:addWarning(
obj:message(
'action-
data.oldid,
obj:getParameter('oldid')
),
obj:message('action-
)
end
|