Revision 63ee965c src/gr/grnet/pithos/web/client/FilePropertiesDialog.java

b/src/gr/grnet/pithos/web/client/FilePropertiesDialog.java
398 398
            PutRequest updateFile = new PutRequest(app.getApiPath(), app.getUsername(), path) {
399 399
                @Override
400 400
                public void onSuccess(@SuppressWarnings("unused") Resource result) {
401
                    updateMetaData(app.getApiPath(), app.getUsername(), path + "?update=", newTags, finalPublished, perms);
401
                    updateMetaData(app.getApiPath(), file.getOwner(), path + "?update=", newTags, finalPublished, perms);
402 402
                }
403 403

  
404 404
                @Override

Also available in: Unified diff