James Moger
2013-01-23 1613f4067028b73e05544b55d45b6e136ce0238d
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) {