Plugin Directory

Changeset 1933191


Ignore:
Timestamp:
08/30/2018 02:18:34 PM (8 years ago)
Author:
sublimelinks
Message:

fixed error in level_system.php

Location:
level-system
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • level-system/tags/1.0.0/level_system.php

    r1930500 r1933191  
    4545    Level_system_Activator::activate();
    4646    require_once plugin_dir_path( __FILE__ ) . 'includes/class-level_system-widgets.php';
    47     Level_system_Widgets::update();
     47    Level_system_Widgets::update($new_instance, $old_instance);
    4848}
    4949
  • level-system/trunk/level_system.php

    r1930500 r1933191  
    4545    Level_system_Activator::activate();
    4646    require_once plugin_dir_path( __FILE__ ) . 'includes/class-level_system-widgets.php';
    47     Level_system_Widgets::update();
     47    Level_system_Widgets::update($new_instance, $old_instance);
    4848}
    4949
Note: See TracChangeset for help on using the changeset viewer.