mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
parent
e0239c44aa
commit
3cafc70022
1 changed files with 3 additions and 1 deletions
|
@ -85,7 +85,9 @@ db = {
|
|||
|
||||
function importContent(options) {
|
||||
return importer.importFromFile(options.importfile)
|
||||
.then(api.settings.updateSettingsCache)
|
||||
.then(function () {
|
||||
api.settings.updateSettingsCache();
|
||||
})
|
||||
.return({db: []});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue