oeco/jeo

Initializing $jeo in PHP 7

Opened this issue · 1 comments

Hi I am seeing this error in version 1.0.7 and PHP 7.1 and 7.2

Fatal error: Uncaught Error: Call to a member function get_options() on null in inc/core.php line 731

It is to do with version?

Thanks

As a quick hack, I changed it to

$jeo = new JEO(100);