Ignore:
Timestamp:
2012/03/26 21:11:24 (12 years ago)
Author:
Seasoft
Message:

#1613 (typo修正・ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/html/admin/load_plugin_config.php

    r21681 r21683  
    4141    GC_Utils::gfPrintLog('loading plugin ====> plugin_id = ' . $plugin_id); 
    4242    $plugin = SC_Plugin_Util_Ex::getPluginByPluginId($plugin_id); 
    43      
     43 
    4444    if (isset($plugin['plugin_code'])) { 
    4545        $config_path = PLUGIN_UPLOAD_REALDIR . $plugin['plugin_code'] . '/config.php'; 
    46          
     46 
    4747        if (file_exists($config_path)) { 
    4848            require_once $config_path; 
Note: See TracChangeset for help on using the changeset viewer.