RasmusLindroth / OMDb-PHP-API

A wrapper for the OMDb API that gets movie info from IMDb and Rotten Tomatoes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Undefined index

opened this issue · 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!