From 74fe7990d2f05089bf699236e2191c41cdcdf8b1 Mon Sep 17 00:00:00 2001 From: Steven Wittens Date: Sat, 31 Mar 2001 15:39:29 +0000 Subject: Fixed article/body bug --- themes/example/example.theme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/example/example.theme') 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 @@ ". check_output($story->abstract, 1) ."

"; - if ($reply && $story->article) - echo "

". check_output($story->article, 1) ."

"; + if ($reply && $story->body) + echo "

". check_output($story->body, 1) ."

"; ?> -- cgit v1.2.3