Loading module/Oscar/src/Oscar/Controller/PersonController.php +3 −0 Original line number Diff line number Diff line Loading @@ -176,6 +176,9 @@ class PersonController extends AbstractOscarController 'leader' => $leader ]); //////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// Export CSV /// if( $format == "csv" ){ // Fichier temporaire $baseFileName = 'oscar-export-persons'; Loading Loading
module/Oscar/src/Oscar/Controller/PersonController.php +3 −0 Original line number Diff line number Diff line Loading @@ -176,6 +176,9 @@ class PersonController extends AbstractOscarController 'leader' => $leader ]); //////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// Export CSV /// if( $format == "csv" ){ // Fichier temporaire $baseFileName = 'oscar-export-persons'; Loading