summaryrefslogtreecommitdiff
path: root/modules/documentation.module
diff options
context:
space:
mode:
Diffstat (limited to 'modules/documentation.module')
-rw-r--r--modules/documentation.module2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/documentation.module b/modules/documentation.module
index 5af32ec42..a149af49f 100644
--- a/modules/documentation.module
+++ b/modules/documentation.module
@@ -247,7 +247,7 @@ function documentation() {
$theme->header();
// displays the header of a page
for each $article to be displayed {
- $theme->article($article);
+ $theme->story($story);
// displays a themed article or story
}
$theme->footer();