forked from ZwiiCMS-Team/ZwiiCampus
création du CS sans courseID
This commit is contained in:
parent
5b9f86fb38
commit
56ff0580a1
@ -436,7 +436,7 @@ class core extends common
|
||||
|
||||
// Stocke le rapport en CSV
|
||||
$file = fopen(self::DATA_DIR . self::$siteContent . '/report.csv', 'a+');
|
||||
fputcsv($file, [ self::$siteContent, $this->getUser('id'), $this->getUrl(0) ,time()], ';');
|
||||
fputcsv($file, [ $this->getUser('id'), $this->getUrl(0) ,time()], ';');
|
||||
fclose($file);
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user