parent
f8b98a725f
commit
831655fd57
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
## Version 1.16.0+dev
|
||||
### Add-ons client
|
||||
### Add-ons server
|
||||
* Fixed `core=` attribute in _server.pbl being completely ignored (issue #5664).
|
||||
### Campaigns
|
||||
* Tutorial
|
||||
* Use a portrait on the Campaigns menu.
|
||||
|
|
|
@ -1470,7 +1470,7 @@ void server::handle_upload(const server::request& req)
|
|||
|
||||
addon.copy_attributes(upload,
|
||||
"title", "name", "author", "description", "version", "icon",
|
||||
"translate", "dependencies", "type", "tags", "email");
|
||||
"translate", "dependencies", "core", "type", "tags", "email");
|
||||
|
||||
const std::string& pathstem = "data/" + name;
|
||||
addon["filename"] = pathstem;
|
||||
|
|
Loading…
Add table
Reference in a new issue