Use Pico::loadFileContent() in Pico::readPages()

pico-3.0-alpha
Daniel Rudolf 9 years ago
parent bea610dbf4
commit 38615e444d
No known key found for this signature in database
GPG Key ID: A061F02CD8DE4538
  1. 2
      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 {

Loading…
Cancel
Save