mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
closes #3662
This commit is contained in:
@@ -185,7 +185,7 @@ accountsController.getAccount = function(req, res, next) {
|
|||||||
userData.nextStart = results.posts.nextStart;
|
userData.nextStart = results.posts.nextStart;
|
||||||
userData.isFollowing = results.isFollowing;
|
userData.isFollowing = results.isFollowing;
|
||||||
userData.breadcrumbs = helpers.buildBreadcrumbs([{text: userData.username}]);
|
userData.breadcrumbs = helpers.buildBreadcrumbs([{text: userData.username}]);
|
||||||
|
userData.title = userData.username;
|
||||||
if (!userData.profileviews) {
|
if (!userData.profileviews) {
|
||||||
userData.profileviews = 1;
|
userData.profileviews = 1;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user