Content deleted Content added
turn debug mode off again |
change the messages used with addWarning to "warning" instead of "error" |
||
Line 562:
obj:addWarning(
obj:message(
'action-
data.date,
obj:getParameter('date')
),
obj:message('action-
)
end
Line 572:
obj:addWarning(
obj:message(
'action-
obj.paramNum,
obj:getParameter('date'),
obj:getParameter('code')
),
obj:message('action-
)
end
Line 967:
else
self:addWarning(
self:message('articlehistory-
self:message('articlehistory-
)
return nil
|