Removed file_get_content Warning (@)

This commit is contained in:
xdrm-brackets 2017-09-15 00:18:56 +02:00
parent 4bac020e92
commit ac50e121a4
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@
/* (3) Get file pointer */ /* (3) Get file pointer */
$fp = file_get_contents(__ROOT__."/tmp/".$this->diplome_id.".ics"); $fp = @file_get_contents(__ROOT__."/tmp/".$this->diplome_id.".ics");
/* (4) Manage error */ /* (4) Manage error */
if( !$fp ) if( !$fp )