Ignore:
Timestamp:
2010/12/31 23:23:49 (13 years ago)
Author:
Seasoft
Message:

#834(パラメータの定数名に「URL」を含むにもかかわらず、パスのみのものがある) 一部実装

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/helper/SC_Helper_Plugin.php

    r19802 r19805  
    5050            $plugin_name = $plugins['name']; 
    5151            $plugin_class_name = $plugins['class_name']; 
    52             require_once DATA_FILE_PATH."plugin/{$plugin_name}/{$plugin_class_name}.php"; 
     52            require_once DATA_REALDIR."plugin/{$plugin_name}/{$plugin_class_name}.php"; 
    5353 
    5454            $code_str = "\$is_enable = {$plugin_class_name}::is_enable(\$class_name);"; 
     
    113113 
    114114    function getFilesystemPlugins(){ 
    115         $plugin_dir = DATA_FILE_PATH."/plugin/"; 
     115        $plugin_dir = DATA_REALDIR."/plugin/"; 
    116116        if($dh = opendir($plugin_dir)){ 
    117117            while(($file = readdir($dh) !== false)){ 
Note: See TracChangeset for help on using the changeset viewer.