XPressME Integration Kit

Trac

Changeset 430


Ignore:
Timestamp:
Nov 7, 2009, 8:25:31 PM (14 years ago)
Author:
toemon
Message:

add_xpress_process.phpのwp();が$offset=1を受け取った場合の、不具合を回避 Fixes 242

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/include/add_xpress_process.php

    r421 r430  
    1414 
    1515        require_once $xoops_config->xoops_mainfile_path; //It is necessary to execute it for the user attestation before wp-settings.php.  
     16        unset($offset); 
    1617        require_once(ABSPATH.'wp-settings.php'); 
    1718        if (!is_object($xoopsUser)){    // before login auth cookie clear 
Note: See TracChangeset for help on using the changeset viewer.