Изменения

fix
Строка 96: Строка 96:  
local function getCategory( category, config, date )
 
local function getCategory( category, config, date )
 
if isEmpty( date ) then
 
if isEmpty( date ) then
return nil
+
return ''
 
end
 
end
 
 
 
if isEmpty( category ) then
 
if isEmpty( category ) then
return nil
+
return ''
 
end
 
end
 
 
Строка 114: Строка 114:  
end
 
end
 
 
return nil
+
return ''
 
end
 
end
  
Анонимный участник