page: rename article method "body" to "story"
[minimedit.git] / nieuws.php
index 15a0dfbc85d0a0ea0f006f01ece45c76b09a90e9..0dc8d7dcc56c52062f70ba40bb7de67748c3f8da 100644 (file)
@@ -18,7 +18,7 @@ function shownews($input, $limit = 1000)
                        '<h3><a href="/%s">%s <small class="date">%s</small></a></h3>',
                        $article->link, $article->title, $article->date
                );
-               print $article->body;
+               print $article->story;
                print '</div>';
                print "</article>\n\n";