Plugin Directory

Changeset 814787


Ignore:
Timestamp:
12/04/2013 09:42:01 AM (11 years ago)
Author:
laki_patel
Message:

Fix Update Listing Template Error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indianic-testimonial/trunk/testimonial.php

    r777588 r814787  
    256256        $_POST['listing_template_even'] = $this->clean_text(stripslashes($_POST['listing_template_even']));
    257257
    258         unset($_POST['action'], $_POST['ord_type']);
     258        unset($_POST['action'], $_POST['ord_type'], $_POST['_nonce'], $_POST['_wp_http_referer']);
    259259
    260260        if (isset($_POST['id']) && is_numeric($_POST['id']) && $_POST['id']) {
Note: See TracChangeset for help on using the changeset viewer.