[WO-530] fix typo

This commit is contained in:
Felix Hammerl 2014-08-05 16:50:29 +02:00
parent eb0002c8d5
commit ed43dfc55a
1 changed files with 1 additions and 1 deletions

View File

@ -1346,7 +1346,7 @@ define(function(require) {
path: folder.path
})) {
// remove the obsolete folder
self._account.folders.splice(self._account.folder.indexOf(folder), 1);
self._account.folders.splice(self._account.folders.indexOf(folder), 1);
foldersChanged = true;
}
});