amphibian / time_select.ee_addon

Fieldtype for ExpressionEngine® 2 and 3 that offers a configurable dropdown menu of times.
10 stars 3 forks source link

Tag outputs no data, EE 4.1.3 #8

Closed bsrweb closed 6 years ago

bsrweb commented 6 years ago

I see the data in the table but the tag doesn't output anything. On line 284 in ft.time_select.php, adding a var_dump() before this line outputs the data but adding a var_dump after this line outputs nothing. In other words

var_dump($data); //outputs data $data = $this->_create_timestamp($data); var_dump($data); //outputs no data

Any suggestions? Thank you!

bsrweb commented 6 years ago

UPDATE: If I comment-out line #284, $data = $this->_create_timestamp($data);, the tag output my data.

amphibian commented 6 years ago

This should be fixed now with the latest update.