XPressME Integration Kit

Trac

Changeset 506


Ignore:
Timestamp:
Jan 25, 2010, 12:49:47 PM (14 years ago)
Author:
toemon
Message:

ImpressCMS1.2 の管理画面でCall to undefined function get_block_file_path()()が発生するバグ修正 Fixes #281

File:
1 edited

Legend:

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

    r502 r506  
    195195                 
    196196                xpress_block_css_set($mydirname); 
    197                 if (strstr($call_url , $this_block_url) !== false){ 
     197                if (strstr($call_url , $this_block_url) !== false && strstr($call_url , $this_block_url . 'admin/') === false){ 
    198198                        $block_theme_file = get_block_file_path($mydirname,$inc_theme_file_name); 
    199199                        require_once $block_theme_file['file_path']; 
Note: See TracChangeset for help on using the changeset viewer.