Plugin Directory

Changeset 2619841


Ignore:
Timestamp:
10/26/2021 05:04:12 AM (4 years ago)
Author:
mbmipak
Message:

fix bug

Location:
mbm-ipak/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mbm-ipak/trunk/include/ajax/form.php

    r2619824 r2619841  
    317317            $table     = $wpdb->prefix . "hesab_model";
    318318
    319             if ($primary_value == 0) {
     319            if ($primary_value != 0) {
    320320
    321321                // $title= apply_filters($table."_title_insert",$title,$model["id"],$values);
  • mbm-ipak/trunk/mbm-ipak.php

    r2619824 r2619841  
    6060function MBM_Ipak_Core()
    6161{
    62     global $MBM_Ipak_Core;
    63     $MBM_Ipak_Core = new MBM_Ipak_Core();
     62
    6463}
     64global $MBM_Ipak_Core;
     65$MBM_Ipak_Core = new MBM_Ipak_Core();
    6566
    6667
Note: See TracChangeset for help on using the changeset viewer.