Use Pico::loadFileContent() in Pico::readPages()
This commit is contained in:
parent
bea610dbf4
commit
38615e444d
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue