this should do it

This commit is contained in:
reality 2013-12-13 00:08:20 +00:00
parent 2cb8c4fc10
commit 9c17803e03

View File

@ -82,7 +82,7 @@ var webInterface = function(dbot) {
_.extend(one, { _.extend(one, {
'name': dbot.config.name, 'name': dbot.config.name,
'user': req.user, 'user': req.user,
'routes': this.indexLinks 'routes': dbot.modules.web.indexLinks
}); });
resp.render(this.module + '/' + view, one, two); resp.render(this.module + '/' + view, one, two);
}).bind(this); }).bind(this);