Fix an issue preventing pads to be stored in the drive

This commit is contained in:
yflory 2017-08-29 11:02:56 +02:00
parent 24eac9b4a6
commit 901917983b
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ define([], function () {
if (metadataObj === UNINIT) {
metadataObj = {
defaultTitle: meta.doc.defaultTitle,
title: meta.doc.defaultTitle,
//title: meta.doc.defaultTitle,
type: meta.doc.type,
users: {}
};