RasmusLindroth/OMDb-PHP-API

Undefined index

Opened this issue · 2 comments

There are errors on my site.

`Notice: Undefined index: Season in E:\programs\xammp2\htdocs\imdb_import\php\omdb.class.php on line 310

Notice: Undefined index: Episode in E:\programs\xammp2\htdocs\imdb_import\php\omdb.class.php on line 310

Notice: Undefined index: seriesID in E:\programs\xammp2\htdocs\imdb_import\php\omdb.class.php on line 310`

Hello and thank you for the issue!

The bug should be gone in this commit 4adf65b, and if it's still there please reopen this issue.

Works! Thanks a lot!