[Plugin: ThreeWP Broadcast] Error on broadcast post types settings page
-
Just updated to version 1.12, I get lots of error messages on the page where you can choose post types to broadcast:
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in E:\…\threewp-broadcast\SD_Form.php on line 337
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in E:\…\threewp-broadcast\SD_Form.php on line 427
etc…
I fixed this by updating line xxx of ThreeWP_Broadcast.php:
from:
' . $this->display_form_table( $input_post_types ) .'
to:
' . $this->display_form_table( array($input_post_types) ) .'
Thanks.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘[Plugin: ThreeWP Broadcast] Error on broadcast post types settings page’ is closed to new replies.