Metabox messes up permalink

Add the code before add_meta_box. I have updated the first post as well.

// TEMP-FIX FOR FAULTY PERMALINKS
global $post, $wp_query;
$wp_query->post = $post;

tech