Plugin Directory

Changeset 618264


Ignore:
Timestamp:
10/28/2012 02:51:30 PM (13 years ago)
Author:
deepak.seth
Message:

Fixed Reference issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ultimate-cms/trunk/fieldTypes/class-xydactabs.php

    r618227 r618264  
    7272                if($new)
    7373                    add_post_meta($post_id, $this->name, $key);
    74                 $this->temp_title->saving(&$temp,$post_id,esc_attr(stripslashes($val[$this->temp_title->name])),$oval);
    75                 $this->temp_data->saving(&$temp,$post_id,esc_attr(stripslashes($val[$this->temp_data->name])),$oval);
     74                $this->temp_title->saving($temp,$post_id,esc_attr(stripslashes($val[$this->temp_title->name])),$oval);
     75                $this->temp_data->saving($temp,$post_id,esc_attr(stripslashes($val[$this->temp_data->name])),$oval);
    7676            }
    7777        }
Note: See TracChangeset for help on using the changeset viewer.