summaryrefslogtreecommitdiff
path: root/atom.php
diff options
context:
space:
mode:
Diffstat (limited to 'atom.php')
-rw-r--r--atom.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/atom.php b/atom.php
index f33f81d..daa0ff3 100644
--- a/atom.php
+++ b/atom.php
@@ -20,7 +20,7 @@ include($_SERVER['DOCUMENT_ROOT'] . "/includes/atom.php");
atom_header("/text/index.php");
-create_entries_from_dir("text");
+create_entries_from_dir("text", true);
atom_footer();