try +1
[fanfix.git] / src / be / nikiroo / fanfix / supported / BasicSupport.java
index 8154a15e600564e3bfb1da2d9211030512efc72b..ed92b2f37821342771f27eb22841ca53a6aa994b 100644 (file)
@@ -294,6 +294,7 @@ public abstract class BasicSupport {
 
                Story story = new Story();
                MetaData meta = getMeta();
+System.out.println("meta from support get: "+meta);
                if (meta.getCreationDate() == null || meta.getCreationDate().isEmpty()) {
                        meta.setCreationDate(StringUtils.fromTime(new Date().getTime()));
                }