diff options
Diffstat (limited to 'themes/example/example.theme')
-rw-r--r-- | themes/example/example.theme | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/example/example.theme b/themes/example/example.theme index 085b2eb38..40f0fb9df 100644 --- a/themes/example/example.theme +++ b/themes/example/example.theme @@ -82,8 +82,8 @@ <?php echo "<P>". check_output($story->abstract, 1) ."</P>"; - if ($reply && $story->article) - echo "<P>". check_output($story->article, 1) ."</P>"; + if ($reply && $story->body) + echo "<P>". check_output($story->body, 1) ."</P>"; ?> </TD> |