-
Notifications
You must be signed in to change notification settings - Fork 135
Open
Description
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!
Metadata
Metadata
Assignees
Labels
No labels