fixed another bug with feed names
This commit is contained in:
parent
e510553c83
commit
49cb9bfb9e
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ OwnCloud.prototype.getFeeds = function(callback) {
|
|||
_this.feeds[feed.id] = feed;
|
||||
}
|
||||
|
||||
localStorage.feeds = JSON.stringify(this.feeds);
|
||||
localStorage.feeds = JSON.stringify(_this.feeds);
|
||||
callback();
|
||||
});
|
||||
};
|
||||
|
|
Reference in a new issue