Skip to content

Commit

Permalink
T270030: Use bot flag for new TODO sub-page
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas authored and Nicolas committed Feb 3, 2021
1 parent 40b0fd7 commit 32a393a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -521,7 +521,7 @@ private boolean updateWarningOnTodoSubpage(
updatePage(
todoSubpage, tmp.toString(),
getWarningComment(elements),
false, false);
!Boolean.TRUE.equals(todoSubpage.isExisting()), false);

// Inform creator and modifiers of the page
informContributors(analysis, elements, creator, modifiers);
Expand Down

0 comments on commit 32a393a

Please sign in to comment.