- fixed small problem in example.theme
parent
d788879db2
commit
c765cb206b
|
@ -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>";
|
||||
|
||||
?>
|
||||
|
|
Loading…
Reference in New Issue