Fixed incorrect object_url in ActivityFollow

This commit is contained in:
Fergal Moran
2013-07-18 21:43:24 +01:00
parent 8d11b3e7b3
commit 3689e304f0
6 changed files with 15 additions and 7 deletions

View File

@@ -102,7 +102,7 @@
DssController.prototype.showUserDetail = function(slug) {
console.log("Controller: showUserDetail");
this._showMixList();
return vent.trigger("mix:showlist", {
return vent.trigger("user:showdetail", {
order_by: 'latest',
user: slug
});