[Plugin: Swiftype Search] Undefined variables with WP_DEBUG set
-
Your plugin throws the following error when
WP_DEBUGis set totrue:Notice: Undefined variable: engine in /Users/mikeschinkel/Sites/wp34/public_html/wp-content/plugins/swiftype-search/class-swiftype-plugin.php on line 219If you add the following line right after
public function check_engine_initialized()it’ll keep an error from being thrown:$engine = false;Hope this helps.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘[Plugin: Swiftype Search] Undefined variables with WP_DEBUG set’ is closed to new replies.