fl4p / WP-Filebase

WP-Filebase
http://wpfilebase.com/
34 stars 36 forks source link

added check for WP-CLI to fix an undefined index HTTP_HOST notice #43

Closed petenelson closed 8 years ago

petenelson commented 8 years ago

With the plugin active, running WP-CLI commands was causing an undefined index notice.

PHP Notice:  Undefined index: HTTP_HOST in /srv/www/wordpress-default/htdocs/wp-content/plugins/WP-Filebase/classes/Core.php on line 224
Notice: Undefined index: HTTP_HOST in /srv/www/wordpress-default/htdocs/wp-content/plugins/WP-Filebase/classes/Core.php on line 224
Revision ID 20408 has been deleted.
PHP Notice:  Undefined index: HTTP_HOST in /srv/www/wordpress-default/htdocs/wp-content/plugins/WP-Filebase/classes/Core.php on line 224
Notice: Undefined index: HTTP_HOST in /srv/www/wordpress-default/htdocs/wp-content/plugins/WP-Filebase/classes/Core.php on line 224
Revision ID 20424 has been deleted.
PHP Notice:  Undefined index: HTTP_HOST in /srv/www/wordpress-default/htdocs/wp-content/plugins/WP-Filebase/classes/Core.php on line 224
Notice: Undefined index: HTTP_HOST in /srv/www/wordpress-default/htdocs/wp-content/plugins/WP-Filebase/classes/Core.php on line 224

This PR should resolve that notice.

fl4p commented 8 years ago

thanks!