Plugin Directory

Changeset 1848597


Ignore:
Timestamp:
03/28/2018 02:31:44 PM (8 years ago)
Author:
webtimal
Message:

Bugfix on post save process

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multiple-cropped-images/trunk/dist/MCI_Meta.php

    r1842967 r1848597  
    104104        public function process_data()
    105105        {
    106             if(!$this->verifyNonce())
     106            if(!$this->verifyNonce() || !isset($_POST['mci']))
    107107            {
    108108                return;
Note: See TracChangeset for help on using the changeset viewer.