Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 1aed66fb authored by Mario Danic's avatar Mario Danic Committed by AndyScherzinger
Browse files

Fix a nasty nasty bug

parent c6f75220
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ public class GetRemoteUserInfoOperation extends RemoteOperation {
            if (userId != null) {
                url = client.getBaseUri() + OCS_ROUTE_SEARCH + userId;
            } else {
                url = OCS_ROUTE_SELF;
                url = client.getBaseUri() + OCS_ROUTE_SELF;
            }

            get = new GetMethod(url);