summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/example/example.theme2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/example/example.theme b/themes/example/example.theme
index 02d2ce925..b3fe9de7f 100644
--- a/themes/example/example.theme
+++ b/themes/example/example.theme
@@ -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>";
?>