Revision dc8cc18a src/gr/grnet/pithos/web/client/commands/RestoreTrashCommand.java

b/src/gr/grnet/pithos/web/client/commands/RestoreTrashCommand.java
117 117
        if (iter.hasNext()) {
118 118
            File file = iter.next();
119 119
            String path = "/" + Const.HOME_CONTAINER + "/" + file.getPath();
120
            PutRequest untrashFile = new PutRequest(app, app.getApiPath(), app.getUserID(), path) {
120
            PutRequest untrashFile = new PutRequest(app.getApiPath(), app.getUserID(), path) {
121 121
                @Override
122 122
                public void onSuccess(Resource result) {
123 123
                    untrashFiles(iter, callback);

Also available in: Unified diff