gambitph / Titan-Framework

The easiest to use WordPress option framework.
http://www.titanframework.net
377 stars 137 forks source link

PHP 7.4 issue #427

Open goodwinpress opened 4 years ago

goodwinpress commented 4 years ago

Hello, there is an issue with TF at php 7.4

Trying to access array offset on value of type null in... titan-framework/lib/class-admin-page.php on line 78

So it's

$settings['parent'] = $this->settings['id'];

at function

public function createAdminPanel( $settings ) { $settings['parent'] = $this->settings['id']; return $this->owner->createAdminPanel( $settings ); }

May be Mr. Intal or Mr. Healey could help with it? Thank you!

goodwinpress commented 4 years ago

Ups! May be, somebody else?