Изменения
мСтрока 225:
Строка 225:
− +
уточнение проверки параметра
self.issue = args.smalltext
self.issue = args.smalltext
else
else
if args.sect then
if args.sect and args.sect ~= '' or nil then
local issue_sect = args.issue_sect
local issue_sect = args.issue_sect
issue_sect = type(issue_sect) == 'string' and issue_sect ~= '' and issue_sect or nil
issue_sect = type(issue_sect) == 'string' and issue_sect ~= '' and issue_sect or nil