Skip to content

Commit

Permalink
Hotfix for wiki pages
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosbpf committed Apr 23, 2020
1 parent 509f4a2 commit 4c777a9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ List<? extends IContentArticle> getContentArticles(
default IContentArticleVersion getLatestContentArticleVersion(long folderId, String title)
throws ContentNotFoundException {
List<IContentArticleVersion> contentArticleVersions =
getContentArticleVersions(null, null, folderId, null, null, title, null);
getContentArticleVersions(null, null, null, null, null, title, null);

if (contentArticleVersions.isEmpty()) {
throw new ContentNotFoundException("No ContentArticleVersion with title " + title
Expand Down

0 comments on commit 4c777a9

Please sign in to comment.