diff options
-rw-r--r-- | inc/changelog.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/changelog.php b/inc/changelog.php index c985e5694..1d61e36df 100644 --- a/inc/changelog.php +++ b/inc/changelog.php @@ -116,7 +116,7 @@ function getRecents($first,$num,$ns='',$flags=0){ return $recent; // read all recent changes. (kept short) - $lines = file($conf['changelog']); + $lines = @file($conf['changelog']); // handle lines |