From d271d969a6074877855a47f741687802590b801b Mon Sep 17 00:00:00 2001 From: afornerot Date: Wed, 19 Jun 2019 17:01:38 +0200 Subject: [PATCH] svg --- .../src/Cadoles/PortalBundle/Controller/FeedController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ninegate-1.0/src/Cadoles/PortalBundle/Controller/FeedController.php b/src/ninegate-1.0/src/Cadoles/PortalBundle/Controller/FeedController.php index 763a427f..2e6d3cc0 100755 --- a/src/ninegate-1.0/src/Cadoles/PortalBundle/Controller/FeedController.php +++ b/src/ninegate-1.0/src/Cadoles/PortalBundle/Controller/FeedController.php @@ -48,7 +48,7 @@ class FeedController extends Controller $fs = new Filesystem(); if($fs->exists($directory."/invitation.json")) { - $file=file_get_contents($directory."/invitation.json"); + $file=file_get_contents($directory."/ .json"); $json = substr($file, 0, -2); // sup dernier , $surveys = json_decode("{".$json."}", true); foreach($surveys as $id => $survey) {