diff options
Diffstat (limited to 'lib/about.js')
-rw-r--r-- | lib/about.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/about.js b/lib/about.js index 1d2c0ea..e94b7fc 100644 --- a/lib/about.js +++ b/lib/about.js @@ -103,7 +103,7 @@ About.prototype.get = function (dest, cb) { // bias the author's choices by giving them an extra vote aboutByFeed._author = aboutByFeed[dest] var about = {} - var myAbout = aboutByFeed[this.myId] || {} + var myAbout = aboutByFeed[self.myId] || {} var topAbout = computeTopAbout(aboutByFeed) for (var k in topAbout) about[k] = topAbout[k] // always prefer own choices |