bobbingwide / oik-bob-bing-wide

More lazy smart shortcodes
https://www.oik-plugins.com/oik-plugins/oik-bob-bing-wide-more-lazy-smart-shortcodes/
GNU General Public License v2.0
2 stars 0 forks source link

bw_get_local_plugin_data issuing Warning: array_merge(): Argument #2 is not an array #22

Closed bobbingwide closed 4 years ago

bobbingwide commented 7 years ago

When testing [bw_plug option=’active_plugins’] the Warning: array_merge() message was issued for the plugin called wpdb-alt.

Expected output

Display of the plugin without any messages with "No info available" in the Plugin links.

Actual output:

Warning: array_merge(): Argument #2 is not an array in \oik-bob-bing-wide\shortcodes\oik-plug.php on line 406

Explanation

Proposed solution

Don't call array_merge when bw_get_readme_data() returns null. We should then expect some information to be displayed.... but it's not working yet.

bobbingwide commented 4 years ago

This was fixed in the previous commit.