Skip to content

Commit

Permalink
When building related links, do introtext before bodytext.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamiemccarthy committed Apr 15, 2003
1 parent cf010b3 commit 95dba2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Admin/admin.pl
Expand Up @@ -1183,7 +1183,7 @@ sub editStory {
$user->{currentSection} = $tmp;
$storyref->{relatedtext} =
getRelated(
"$storyref->{title} $storyref->{bodytext} $storyref->{introtext}",
"$storyref->{title} $storyref->{introtext} $storyref->{bodytext}",
$storyref->{tid}
) . otherLinks(
$slashdb->getAuthor($storyref->{uid}, 'nickname'),
Expand Down

0 comments on commit 95dba2d

Please sign in to comment.