Bug fix.
Folders where numbered not named.
This commit is contained in:
parent
0958f312e0
commit
1807225d7b
@ -59,8 +59,8 @@ function colddb.add_tag(db,name,tag)
|
||||
db.tags[name] = ""
|
||||
end
|
||||
if type(tag) == "table" then
|
||||
for _index in pairs(tag) do
|
||||
t = string.format("%s%s/",t,_index)
|
||||
for key,value in pairs(tag) do
|
||||
t = string.format("%s%s/",t,value)
|
||||
end
|
||||
else
|
||||
t = string.format("%s/",tag)
|
||||
|
Loading…
Reference in New Issue
Block a user