Removed file_get_content Warning (@)
This commit is contained in:
parent
4bac020e92
commit
ac50e121a4
|
@ -129,7 +129,7 @@
|
|||
|
||||
|
||||
/* (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 */
|
||||
if( !$fp )
|
||||
|
|
Loading…
Reference in New Issue