Skip to content

Commit 6e352e3

Browse files
committedJan 24, 2014
Fix error on mod download failure
1 parent 76d4396 commit 6e352e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎builtin/modstore.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ function modstore.handle_buttons(current_tab,fields)
301301
}
302302
else
303303
return {
304-
modtitle = param.title,
304+
moddetails = param.moddetails,
305305
successfull = false
306306
}
307307
end

0 commit comments

Comments
 (0)
Please sign in to comment.