tboothman / imdbphp

PHP library for retrieving film and tv information from IMDb
251 stars 84 forks source link

Method tagline() in Title class broken #283

Closed jcvignoli closed 1 year ago

jcvignoli commented 1 year ago

Method tagline() in Title class doesn't return any string despite a tagline being available. Method taglines() works perfectly, though. Tried with interstellar title.

jreklund commented 1 year ago

What imdbphp are you using? It were fixed in 7.3.1. What php version are you using? We have a php 5.6 compatibility problem in 7.3.1.

jcvignoli commented 1 year ago

Sorry for the false positive. Was running an old imdbphp script. Will update and report back should I find an issue. Closing this issue in the meantime.