summaryrefslogtreecommitdiff
path: root/model/Article.php
diff options
context:
space:
mode:
Diffstat (limited to 'model/Article.php')
-rw-r--r--model/Article.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/model/Article.php b/model/Article.php
index 0287562..24480ed 100644
--- a/model/Article.php
+++ b/model/Article.php
@@ -102,6 +102,7 @@ class Article
102 // read 102 // read
103 public function readAll() // ajoute le contenu à FileList 103 public function readAll() // ajoute le contenu à FileList
104 { 104 {
105 // lit du html ou du json si appelée depuis la classe Album
105 for($i = 0; $i < $this->fileListCount; $i++) 106 for($i = 0; $i < $this->fileListCount; $i++)
106 { 107 {
107 $this->fileList[$i]['content'] = file_get_contents($this->fileList[$i]['fileName']); 108 $this->fileList[$i]['content'] = file_get_contents($this->fileList[$i]['fileName']);