diff options
-rw-r--r-- | themes/goofy/goofy.theme | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/goofy/goofy.theme b/themes/goofy/goofy.theme index 37759e56b..327f81b1e 100644 --- a/themes/goofy/goofy.theme +++ b/themes/goofy/goofy.theme @@ -127,7 +127,7 @@ <?php echo check_output($story->abstract, 1) ."<br><br>"; if ($reply) - echo check_output($story->article, 1); + echo $story->article?check_output($story->article, 1):""; ?> <hr color="#404040" size="1"><div align="right"> <?php |