diff --git a/src/helma/framework/core/SkinFile.java b/src/helma/framework/core/SkinFile.java index 6951739a..711b90c5 100644 --- a/src/helma/framework/core/SkinFile.java +++ b/src/helma/framework/core/SkinFile.java @@ -20,7 +20,7 @@ public final class SkinFile implements Updatable { Application app; File file; Skin skin; - long lastmod; + long lastmod = 0; public SkinFile (File file, String name, Prototype proto) { this.prototype = proto;