James Moger
2014-07-01 c72b44f85fa37650c1540d330117f92687fbd37f
src/main/java/com/gitblit/manager/PluginManager.java
@@ -377,7 +377,7 @@
      List<PluginRegistration> list = getRegisteredPlugins();
      Iterator<PluginRegistration> itr = list.iterator();
      while (itr.hasNext()) {
         if (state != itr.next().getInstallState()) {
         if (state != itr.next().getInstallState(getSystemVersion())) {
            itr.remove();
         }
      }