diff options
Diffstat (limited to 'lib/exe/detail.php')
-rw-r--r-- | lib/exe/detail.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/exe/detail.php b/lib/exe/detail.php index 3a7e61597..a9fe72b91 100644 --- a/lib/exe/detail.php +++ b/lib/exe/detail.php @@ -35,7 +35,7 @@ if($AUTH >= AUTH_READ){ // check if image exists $SRC = mediaFN($IMG); - if(!file_exists($SRC)){ + if(!@file_exists($SRC)){ //doesn't exist! } |