Open mrmjwilson opened 5 years ago
Thanks for reporting, you are right this is a bug.
I will release an update ASAP - that means in the next few days, as I will fix another longstanding issue also.
In the meantime you can change the above reported function, this one line:
function ddw_tbexob_builder_logic_for_oxygen( bool $is_active ) {
change it to:
function ddw_tbexob_builder_logic_for_oxygen( $is_active ) {
(remove the "bool")
Thanks again, Dave :)
@mrmjwilson just tagging you, to be sure you are notified, as I transferred the issue to the proper repository of the add-on :-)
Cool got it -- sorry for repeat ticket
No prob, all good
When I load and activate (Network Activate) the Oxygen Toolbars Extra... I get the following error...
Catchable fatal error: Argument 1 passed to ddw_tbexob_builder_logic_for_oxygen() must be an instance of bool, boolean given in /home2/naviti1/public_html/wp-content/plugins/toolbar-extras-oxygen/includes/admin/tbexob-settings.php on line 801
The line in tbexob.php is as follows
function ddw_tbexob_builder_logic_for_oxygen( bool $is_active ) {
} // end function