Google Doc Embedder Uninstalling
-
When trying to uninstall plugin there is an exception thrown in uninstall.php file
on 11 row<em>$blogids=$wpdb->get_col($wpdb->prepare("SELECT blog_id FROM $wpdb->blogs"));</em>the problem is that prepare function requires second parameter,
so if it is modified to<em>$blogids = $wpdb->get_col( $wpdb->prepare( "SELECT blog_id FROM '%s'", $wpdb->blogs ) );</em>it works!
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Google Doc Embedder Uninstalling’ is closed to new replies.