We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f13f915 commit 3015af0Copy full SHA for 3015af0
1 file changed
conferences/index.php
@@ -20,7 +20,7 @@
20
$id = parse_url($entry["id"], PHP_URL_FRAGMENT);
21
22
$nixtimestamp = date_create($entry["updated"]);
23
- if(isset($item["finalTeaserDate"])) {
+ if(isset($entry["finalTeaserDate"])) {
24
$nixtimestamp = date_create($entry["finalTeaserDate"]);
25
}
26
0 commit comments