Changeset 16258


Ignore:
Timestamp:
2007/10/05 01:31:19 (16 years ago)
Author:
adachi
Message:

fixed syntax error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/mypage/LC_Page_Mypage_Change.php

    r16234 r16258  
    390390                        $objCustomer->updateSession(); 
    391391                        //完了ページへ 
    392                         $this->sendRedirect($this->getLocation("./change_complete.php", array(session_name(), session_id())); 
     392                        $this->sendRedirect($this->getLocation("./change_complete.php", array(session_name(), session_id()))); 
    393393                        exit; 
    394394                    } else { 
Note: See TracChangeset for help on using the changeset viewer.