summaryrefslogtreecommitdiff
path: root/controller/visitor.php
diff options
context:
space:
mode:
Diffstat (limited to 'controller/visitor.php')
-rw-r--r--controller/visitor.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/visitor.php b/controller/visitor.php
index e0cd7fc..d03197d 100644
--- a/controller/visitor.php
+++ b/controller/visitor.php
@@ -32,8 +32,8 @@ function pageArticlesSimplesVisitor(string $page, string $title, string $headerP
32 { 32 {
33 // données dans $Articles->fileList['content'] 33 // données dans $Articles->fileList['content']
34 $Articles->readAll(); 34 $Articles->readAll();
35 // lourd?
35 $Articles->fileList = array_reverse($Articles->fileList); 36 $Articles->fileList = array_reverse($Articles->fileList);
36 //var_dump($Articles->fileList[0]);
37 } 37 }
38 38
39 // Assemblage 39 // Assemblage