aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/about.js2
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