megawubs / trakt-api-wrapper

A Object Oriented PHP wrapper for the trakt api
34 stars 19 forks source link

History API call: Cannot access private property Wubs\Trakt\Request\Users\History::$username #11

Closed m-vdv closed 9 years ago

m-vdv commented 9 years ago

$history = $trakt->users->history($username,null,null,$token)

Error: Cannot access private property Wubs\Trakt\Request\Users\History::$username

megawubs commented 9 years ago

Silly me. Added a feature without testing it properly. Should work-ish now. But needs proper testing.

m-vdv commented 9 years ago

Works!