Ignore:
Timestamp:
2013/08/20 14:11:59 (11 years ago)
Author:
h_yoshimoto
Message:

#2342 一旦戻した内容を再度適用

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_13_0/data/class/pages/mypage/LC_Page_Mypage_DeliveryAddr.php

    r23071 r23103  
    9090         */ 
    9191        if (!$objCustomer->isLoginSuccess(true) && $ParentPage != MULTIPLE_URLPATH) { 
    92             $this->tpl_onload = "fnUpdateParent('". $this->getLocation($_POST['ParentPage']) ."'); window.close();"; 
     92            $this->tpl_onload = "eccube.changeParentUrl('". $this->getLocation($_POST['ParentPage']) ."'); window.close();"; 
    9393        } 
    9494 
     
    109109                    // TODO ここでやるべきではない 
    110110                    if (in_array($_POST['ParentPage'], $this->validUrl)) { 
    111                         $this->tpl_onload = "fnUpdateParent('". $this->getLocation($_POST['ParentPage']) ."'); window.close();"; 
     111                        $this->tpl_onload = "eccube.changeParentUrl('". $this->getLocation($_POST['ParentPage']) ."'); window.close();"; 
    112112                    } else { 
    113113                        SC_Utils_Ex::sfDispSiteError(CUSTOMER_ERROR); 
Note: See TracChangeset for help on using the changeset viewer.