ericmerrill / Banner-Luminis-Message-Broker-for-Moodle

A plugin for Moodle to import Banner/Luminis Message Broker data
13 stars 8 forks source link

Use standard class stdClass instead of class object in enrollib.php #24

Closed mspall closed 4 years ago

mspall commented 6 years ago

In PHP 7.2 object is a reserved word and can't be a class.

mspall commented 6 years ago

I have made a pull request. #25

cayaraa commented 5 years ago

I was a little confused when I ran into a bug caused by this in version 3.4.1 since it was about removing class object. Glad its already been merged in.