- fixed small problem in example.theme

3-00
Dries Buytaert 2001-03-28 21:31:08 +00:00
parent d788879db2
commit c765cb206b
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@
<?php
echo "<P>". check_output($story->abstract, 1) ."</P>";
if ($reply)
if ($reply && $story->article)
echo "<P>". check_output($story->article, 1) ."</P>";
?>