Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianAker committed Jul 18, 2002
1 parent e209fd7 commit 39bd71c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/Admin/admin.pl
Original file line number Diff line number Diff line change
Expand Up @@ -1073,6 +1073,7 @@ sub editStory {
$form->{uid} ||= $user->{uid};
$author = $slashdb->getAuthor($form->{uid});
$subid = $form->{subid};
$sid = $form->{sid};

if (!$form->{'time'} || $form->{fastforward}) {
$storyref->{'time'} = $slashdb->getTime();
Expand Down

0 comments on commit 39bd71c

Please sign in to comment.