XPressME Integration Kit

Trac

Changeset 346


Ignore:
Timestamp:
Jul 23, 2009, 5:57:59 PM (15 years ago)
Author:
toemon
Message:

JPExにインストールするとFatal error: Call to a member function addBlock() が発生するバグ修正 Fixes #189

File:
1 edited

Legend:

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

    r343 r346  
    147147//rendering for the module header and the body 
    148148function xpress_render($contents){ 
    149         global $xoops_config , $xoopsTpl,$xpress_config; 
    150         global $xoopsUser; 
     149        global $xoops_config; 
     150        global $xoopsUser , $xoopsTpl,$xpress_config , $xoopsModule , $xoopsLogger, $xoopsConfig ; //for XOOPS 
    151151 
    152152        xpress_remake_global_for_permlink(); 
Note: See TracChangeset for help on using the changeset viewer.