Changeset 1848597
- Timestamp:
- 03/28/2018 02:31:44 PM (8 years ago)
- File:
-
- 1 edited
-
multiple-cropped-images/trunk/dist/MCI_Meta.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
multiple-cropped-images/trunk/dist/MCI_Meta.php
r1842967 r1848597 104 104 public function process_data() 105 105 { 106 if(!$this->verifyNonce() )106 if(!$this->verifyNonce() || !isset($_POST['mci'])) 107 107 { 108 108 return;
Note: See TracChangeset
for help on using the changeset viewer.