thereido / RatingSync

Keep ratings from movie websites in sync
GNU General Public License v3.0
0 stars 1 forks source link

Move FilmID from Film class to Rating class #1

Closed thereido closed 9 years ago

thereido commented 9 years ago

The $filmId member is already in the Rating class, but it set/get functions for used as if it is member in the Film class. Use Rating::filmId, not Film.