Skip to content

Commit

Permalink
Bug report and patch contributed by Christopher Thorpe
Browse files Browse the repository at this point in the history
<cat@christopherthorpe.com>.
  • Loading branch information
eekim committed May 17, 2005
1 parent e91e9f9 commit 0d36e9e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Contributors
Expand Up @@ -27,6 +27,7 @@ Gerald Gleason
Dale McGrew
Matthew O'Connor
John Sechrest
Christopher Thorpe

If you should be on this list, please contact devel@purplewiki.blueoxen.net
and say so.
Expand Down
2 changes: 1 addition & 1 deletion wiki.pl
Expand Up @@ -1215,7 +1215,7 @@ sub DoPost {
if ($user || ($page->getUserID() > 399)) {
$newAuthor = ($user->id ne $page->getUserID()); # known user(s)
} else {
$newAuthor = ($page->getIP() ne $authorAddr); # hostname fallback
$newAuthor = ($page->getHost ne $authorAddr); # hostname fallback
}
$newAuthor = 1 if ($oldrev == 0); # New page
$newAuthor = 0 if (!$newAuthor); # Standard flag form, not empty
Expand Down

0 comments on commit 0d36e9e

Please sign in to comment.