Forums
(@mdetrick)
13 years, 2 months ago
Changing line 69 from $this->nonce = 'mfi-'.$this->args['id'].$this->args['post_type']; to $this->nonce = 'mfi-'.$this->id.$this->post_type; fixes the issue
$this->nonce = 'mfi-'.$this->args['id'].$this->args['post_type'];
$this->nonce = 'mfi-'.$this->id.$this->post_type;