From 96b8bc5ff5882f33114137d6b07db32e17b8ad87 Mon Sep 17 00:00:00 2001 From: deva Date: Fri, 24 Oct 2008 10:20:04 +0000 Subject: Did a lot of work on the page and module systems. --- utils/links.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/links.php') diff --git a/utils/links.php b/utils/links.php index e093eb2..d9ed1d9 100644 --- a/utils/links.php +++ b/utils/links.php @@ -121,7 +121,7 @@ class Links { public function Links($file) { $this->file = $file; - $this->read(); + if(file_exists($file)) $this->read(); } } -- cgit v1.2.3