diff options
Diffstat (limited to 'model/Article.php')
-rw-r--r-- | model/Article.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/model/Article.php b/model/Article.php index 806c5f6..39fbbe4 100644 --- a/model/Article.php +++ b/model/Article.php | |||
@@ -109,7 +109,6 @@ class Article | |||
109 | } | 109 | } |
110 | public function readOne() | 110 | public function readOne() |
111 | { | 111 | { |
112 | //return(file_get_contents($this->fileName)); | ||
113 | return(file_get_contents('data/' . $this->page . '/' . $this->format . '/' . $this->fileCode . '.' . $this->format)); | 112 | return(file_get_contents('data/' . $this->page . '/' . $this->format . '/' . $this->fileCode . '.' . $this->format)); |
114 | } | 113 | } |
115 | 114 | ||