diff options
author | deva <deva> | 2008-10-24 10:20:04 +0000 |
---|---|---|
committer | deva <deva> | 2008-10-24 10:20:04 +0000 |
commit | 96b8bc5ff5882f33114137d6b07db32e17b8ad87 (patch) | |
tree | 24ee6be2390627fc005b0e2ec12829c0fc5aef47 /utils/links.php | |
parent | 9bca27c9342bd4f34bed77dd3eb8c51dd686cdf1 (diff) |
Did a lot of work on the page and module systems.
Diffstat (limited to 'utils/links.php')
-rw-r--r-- | utils/links.php | 2 |
1 files changed, 1 insertions, 1 deletions
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(); } } |