Skip to content
This repository has been archived by the owner on Feb 25, 2024. It is now read-only.

Commit

Permalink
PLOPENCAST-199
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodor Truffer committed Feb 6, 2020
1 parent 3453bba commit 9116157
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Event/class.xoctEventTableGUI.php
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ protected function fillRowCSV($a_csv, $a_set) {
continue 2;
}

$set[$k] = utf8_decode($value);
$set[$k] = $value;
}
parent::fillRowCSV($a_csv, $set);
}
Expand Down

0 comments on commit 9116157

Please sign in to comment.