XPressME Integration Kit

Trac


Ignore:
Timestamp:
Jan 30, 2009, 9:59:58 PM (15 years ago)
Author:
toemon
Message:

モジュールアップデート時にxpressmeプラグインを2度読みしてエラーが発生するバグ修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/onupdate.php

    r76 r77  
    4949        $plugin_current = "xpressme/xpressme.php"; 
    5050        update_option('active_plugins', array($plugin_current)); 
    51         include(dirname(__FILE__) . '/../wp-content/plugins/'.$plugin_current); 
     51        include_once(dirname(__FILE__) . '/../wp-content/plugins/'.$plugin_current); 
    5252        do_action('activate_'.$plugin_current); 
    5353         
Note: See TracChangeset for help on using the changeset viewer.