Ignore:
Timestamp:
2010/12/31 10:46:42 (13 years ago)
Author:
Seasoft
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/upgrade/LC_Page_Upgrade_ProductsList.php

    r18701 r19802  
    8181        $objLog->log('* http request start'); 
    8282        $arrPostData = array( 
    83             'eccube_url' => SITE_URL, 
     83            'eccube_url' => HTTP_URL, 
    8484            'public_key' => sha1($public_key . $sha1_key), 
    8585            'sha1_key'   => $sha1_key 
     
    135135                $objLog->log('* template not exist, use default template'); 
    136136                // デフォルトテンプレートを使用 
    137                 $template = DATA_PATH . 'Smarty/templates/default/admin/' . $template; 
     137                $template = DATA_FILE_PATH . 'Smarty/templates/default/admin/' . $template; 
    138138            } 
    139139 
Note: See TracChangeset for help on using the changeset viewer.