1
0
Fork 0

Merge branch 'devel' of https://github.com/arangodb/arangodb into devel

This commit is contained in:
Jan Steemann 2015-05-28 14:29:16 +02:00
commit d3551a77a1
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@
// .............................................................................
// contentType explicitly specified for asset
if (asset.hasOwnProperty("contentType") && asset.contentType !== '') {
if (asset.contentType) {
type = asset.contentType;
}