saheba
2013-03-25 2a8a74bedafdb56b7e7edcb42642dc1eb5e54fff
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) {