XPressME Integration Kit

Trac

Changeset 776


Ignore:
Timestamp:
May 24, 2011, 12:35:19 PM (13 years ago)
Author:
toemon
Message:

モジュールバージョンが正しく取得出来ないバグ修正(Ver3.0)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/class/modInfo_class.php

    r757 r776  
    6868                $this->module_db_prefix = $this->_get_module_db_prefix(); 
    6969                $this->xoops_lang =  @$GLOBALS["xoopsConfig"]['language']; 
    70                 $this->module_id =! empty($xoopsModule) ? $xoopsModule->getVar('mid') : 0; 
    71                 $this->module_version = empty($xoopsModule) ? $xoopsModule->getVar('version') : ''; 
     70                $this->module_id = ! empty($xoopsModule) ? $xoopsModule->getVar('mid') : 0; 
     71                $this->module_version = ! empty($xoopsModule) ? $xoopsModule->getVar('version')/100 : ''; 
    7272                $this->module_codename = $this->_get_module_codename(); 
    7373                $this->wp_version = $this->_get_wp_version(); 
Note: See TracChangeset for help on using the changeset viewer.