Skip to content

Commit 3015af0

Browse files
committed
nit
1 parent f13f915 commit 3015af0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

conferences/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
$id = parse_url($entry["id"], PHP_URL_FRAGMENT);
2121

2222
$nixtimestamp = date_create($entry["updated"]);
23-
if(isset($item["finalTeaserDate"])) {
23+
if(isset($entry["finalTeaserDate"])) {
2424
$nixtimestamp = date_create($entry["finalTeaserDate"]);
2525
}
2626

0 commit comments

Comments
 (0)