James Moger
2012-10-23 2d48e28bf1068b20129b2e3d5b96ecaff48f9f2f
src/com/gitblit/PagesFilter.java
@@ -77,6 +77,16 @@
   }
   /**
    * Determine if a non-existing repository can be created using this filter.
    *
    * @return true if the filter allows repository creation
    */
   @Override
   protected boolean isCreationAllowed() {
      return false;
   }
   /**
    * Determine if the action may be executed on the repository.
    * 
    * @param repository