Changeset 16516


Ignore:
Timestamp:
2007/10/19 18:57:01 (15 years ago)
Author:
nanasess
Message:

typo fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/feature-module-update/data/class/pages/regist/LC_Page_Regist.php

    r16401 r16516  
    7474                $email = $objQuery->get("dtb_customer", "email", "secret_key = ?", array($registSecretKey)); 
    7575                $objCustomer->setLogin($email); 
    76                 $this->sendRedirect($this->getLocation("./complate.php", $etc_val)); 
     76                $this->sendRedirect($this->getLocation("./complete.php", $etc_val)); 
    7777                exit; 
    7878            } 
Note: See TracChangeset for help on using the changeset viewer.