From ac50e121a4ff3ee98549cb49d5bfb43e570163f4 Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Fri, 15 Sep 2017 00:18:56 +0200 Subject: [PATCH] Removed file_get_content Warning (@) --- build/router/controller/ics.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/router/controller/ics.php b/build/router/controller/ics.php index 450d6cb..33b0145 100644 --- a/build/router/controller/ics.php +++ b/build/router/controller/ics.php @@ -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 )