diff options
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(); } } |