Skip to content

Commit 5318f36

Browse files
author
Mark Railton
authored
Merge pull request #610 from railto/fix_talks
Fixes issue with creating a talk.
2 parents 781ecb7 + bf0ebd8 commit 5318f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/TalkMapper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ public function createTalk(array $data)
370370
// TODO map from the field mappings in getVerboseFields()
371371
$sql = '
372372
insert into talks (event_id, talk_title, talk_desc,
373-
slides_link, lang, date_given, duration)
373+
lang, date_given, duration)
374374
values (:event_id, :talk_title, :talk_description,
375375
(select ID from lang where lang_name = :language),
376376
:date, :duration)

0 commit comments

Comments
 (0)