X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/e23ce7dc52392f928bf5879605da57e4bf7a7823..929775c485081dd6443593b9d6dd73d4f0b058ca:/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'); }