summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--webclient/room/room-controller.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/webclient/room/room-controller.js b/webclient/room/room-controller.js
index bb9167d9df..8878c3d209 100644
--- a/webclient/room/room-controller.js
+++ b/webclient/room/room-controller.js
@@ -435,7 +435,7 @@ angular.module('RoomController', ['ngSanitize'])
 
     // Open the user profile page
     $scope.goToUserPage = function(user_id) {
-        $location.path("user/" + user_id);
+        $location.url("/user/" + user_id);
     };
 
     $scope.leaveRoom = function() {