X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/bd29158976da14f04451d58a8713674934c78379..v3.6-26-ge6d26c2062:/nieuws.inc.php diff --git a/nieuws.inc.php b/nieuws.inc.php index 930eb00..5485315 100644 --- a/nieuws.inc.php +++ b/nieuws.inc.php @@ -29,6 +29,7 @@ class ArchiveArticle function file() { + if (!file_exists($this->page)) return; return fopen($this->page, 'r'); }