svg
This commit is contained in:
parent
c8c5d85e47
commit
d271d969a6
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue