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