Skip to content

Commit

Permalink
Fix for issue #176, Signoffs disappearing.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulej72 committed Jun 16, 2015
1 parent 2b2d742 commit eed6176
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/Admin/admin.pl
Expand Up @@ -1213,6 +1213,7 @@ sub editStory {
$stoid = $slashdb->getStory($form->{stoid} || $form->{sid}, 'stoid', 1);
if ($stoid) {
handleMediaFileForStory($stoid);
$storyref->{stoid} = $stoid;
}

} elsif ($stoid) { # Loading an existing SID
Expand Down

0 comments on commit eed6176

Please sign in to comment.