Index: portal-impl/src/com/liferay/portlet/journal/service/impl/JournalArticleLocalServiceImpl.java =================================================================== --- portal-impl/src/com/liferay/portlet/journal/service/impl/JournalArticleLocalServiceImpl.java (revision 15739) +++ portal-impl/src/com/liferay/portlet/journal/service/impl/JournalArticleLocalServiceImpl.java (working copy) @@ -1758,7 +1758,7 @@ long userId, JournalArticle article, String[] tagsEntries) throws PortalException, SystemException { - if (article.isApproved() || (article.getVersion() == 1)) { + if (article.isApproved() || (article.getVersion() >= 1)) { // Get the earliest display date and latest expiration date among // all article versions