From c765cb206b326050454b2c417b1af3c20346f39c Mon Sep 17 00:00:00 2001
From: Dries Buytaert
Date: Wed, 28 Mar 2001 21:31:08 +0000
Subject: - fixed small problem in example.theme
---
themes/example/example.theme | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 @@
". check_output($story->abstract, 1) ."
";
- if ($reply)
+ if ($reply && $story->article)
echo "". check_output($story->article, 1) ."
";
?>
--
cgit v1.2.3