From 38615e444d5f05e292ce7ad73267d22fe44e7a19 Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Sun, 9 Oct 2016 02:49:30 +0200 Subject: [PATCH] Use Pico::loadFileContent() in Pico::readPages() --- lib/Pico.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Pico.php b/lib/Pico.php index 7eeb024..7634206 100644 --- a/lib/Pico.php +++ b/lib/Pico.php @@ -1130,7 +1130,7 @@ class Pico $url = $this->getPageUrl($id); if ($file !== $this->requestFile) { - $rawContent = file_get_contents($file); + $rawContent = $this->loadFileContent($file); $headers = $this->getMetaHeaders(); try {