James Moger
2014-05-08 9ff0c16b05cb0eb7c3cc63eda763b0f75d84853c
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();
         }
      }