diff options
| author | polo <ordipolo@gmx.fr> | 2022-07-26 01:47:53 +0200 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2022-07-26 01:47:53 +0200 |
| commit | 8681ecc6f83507861899a8bcae21850dfc5e61d2 (patch) | |
| tree | 4414dafb2be493125b57437af07041ca2814b7b1 /model | |
| parent | 251a6926a1a09e4cc9da1b4f91be7c3a8283bf3f (diff) | |
| download | melaine-8681ecc6f83507861899a8bcae21850dfc5e61d2.tar.gz melaine-8681ecc6f83507861899a8bcae21850dfc5e61d2.tar.bz2 melaine-8681ecc6f83507861899a8bcae21850dfc5e61d2.zip | |
captcha
Diffstat (limited to 'model')
| -rw-r--r-- | model/Article.php | 1 |
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']); |
