Rafael Cavazin
2013-01-27 06ae63123c94038b90153f4847de2c57c0193db8
src/com/gitblit/client/GitblitClient.java
@@ -162,7 +162,7 @@
   }
   public boolean isOwner(RepositoryModel model) {
      return account != null && account.equalsIgnoreCase(model.owner);
      return model.isOwner(account);
   }
   public String getURL(String action, String repository, String objectId) {