rollbar / rollbar-php-wordpress

Official WordPress plugin from Rollbar, Inc.
https://rollbar.com/
GNU General Public License v2.0
15 stars 20 forks source link

Bug if `$option_pos !== false` is false #44

Closed rokob closed 6 years ago

rokob commented 6 years ago

https://github.com/rollbar/rollbar-php-wordpress/blob/master/src/Settings.php#L326 will throw an undefined variable exception for $desc if $option_pos !== false evaluates to false.

ArturMoczulski commented 6 years ago

This should be resolved by https://github.com/rollbar/rollbar-php-wordpress/pull/43

ArturMoczulski commented 6 years ago

Fix has been tagged, released and published in the Wordpress plugin repo.