James Moger
2013-02-25 64b6f382d35e1fea0172b222277dae0312f274e4
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) {