mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-21 22:36:10 +01:00
Fix ticket import
This commit is contained in:
parent
5e272178a5
commit
fa507c1351
1 changed files with 1 additions and 1 deletions
|
@ -507,7 +507,7 @@ class DestinationDataImportService {
|
|||
/**
|
||||
* @param array $media
|
||||
*/
|
||||
protected function seTickets(Array $media) {
|
||||
protected function setTickets(Array $media) {
|
||||
foreach ($media as $link)
|
||||
{
|
||||
if ($link['rel'] == "ticket") {
|
||||
|
|
Loading…
Reference in a new issue