Plugin: ticket 336 fix NPE

This commit is contained in:
sponge
2010-11-27 13:52:57 +00:00
parent f7c85a4746
commit 8c5fd29233
2 changed files with 10 additions and 5 deletions

View File

@ -234,6 +234,7 @@ public class PluginStarter implements Runnable {
}
}
*/
if(pluginWars.containsKey(appName)) {
Iterator <String> wars = pluginWars.get(appName).iterator();
while (wars.hasNext()) {
String warName = wars.next();
@ -241,6 +242,7 @@ public class PluginStarter implements Runnable {
}
pluginWars.get(appName).clear();
}
}
// remove summary bar link
Properties props = pluginProperties(ctx, appName);

View File

@ -1,3 +1,6 @@
2010-11-27 sponge
* Plugin: ticket 336 fix NPE
2010-11-27 sponge
* Slackware: bump i2p-base version, so that it can be upgraded with the new
base code fixes.