Przeglądaj źródła

Fix bug introduced in 67278f5

tags/v1.5.1
James Moger 10 lat temu
rodzic
commit
55dc95d601

+ 1
- 0
releases.moxie Wyświetl plik

@@ -26,6 +26,7 @@ r23: {
- Ralph Hoffman
- Olivier Rouits
- Owen Nelson
- Alexander Zabluda
}

#

+ 1
- 1
src/main/java/com/gitblit/models/PluginRegistry.java Wyświetl plik

@@ -126,7 +126,7 @@ public class PluginRegistry implements Serializable {
Version ir = Version.createVersion(installedRelease);
Version cr = Version.ZERO;
PluginRelease curr = getCurrentRelease(system);
if (cr != null) {
if (curr != null) {
cr = Version.createVersion(curr.version);
}
switch (ir.compareTo(cr)) {

Ładowanie…
Anuluj
Zapisz