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 {