xwp / stream

🗄️ Stream plugin for WordPress
https://wordpress.org/plugins/stream/
GNU General Public License v2.0
405 stars 119 forks source link

CLI: Fix PHP Type error #1475

Closed Soean closed 3 weeks ago

Soean commented 5 months ago

A record is an Object, not an Array, so we should use property_exists() instead array_key_exists.

Fixes #1474.

Release Changelog

roborourke commented 1 month ago

Hey @kasparsd, the CLI query command is completely broken right now because of this. Will be great to get a patch release out asap if possible.

If you're open to adding some more maintainers I'd be happy to help in that regard from the Human Made side.