Skip to content

Commit

Permalink
New-paper skeletons have no conflicts.
Browse files Browse the repository at this point in the history
They certainly should not have "conflicts" with user 0 or -1, but
should likely have no conflicts at all.
  • Loading branch information
kohler committed Sep 16, 2023
1 parent 83a30ce commit ba8561e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paperinfo.php
Original file line number Diff line number Diff line change
Expand Up @@ -742,7 +742,7 @@ static function make_new(Contact $user, $stag) {
$prow->topicIds = "";
$prow->leadContactId = $prow->shepherdContactId = 0;
$prow->blind = true;
$prow->allConflictType = $user->contactId . " " . CONFLICT_CONTACTAUTHOR;
$prow->allConflictType = "";
$prow->_author_user = $user;
$prow->_comment_skeleton_array = $prow->_comment_array = [];
$prow->_row_set->add_paper($prow);
Expand Down

0 comments on commit ba8561e

Please sign in to comment.