View Single Post
Old 02-27-2008, 08:19 PM   #29 (permalink)
Alan @ CIT
Member of the Month
The Frequenter
Member of the Month Top Contributor 
 
Alan @ CIT's Avatar
 
Join Date: Apr 2005
Location: South UK
Posts: 483
Thanks: 51
Alan @ CIT is on a distinguished road
Default

My 5 lines aren't particularly interesting this week - just an error check:

PHP Code:
            if ($result === null)
            {
                
// Email address or confirmation code invalid
                
$this->_flashMessenger->addMessage($this->language->_('theEmailAddressAndConfirmationCodeDontMatch'));
                
$this->_redirect('/member/reset-password');
                return;
            } 
Alan
Send a message via MSN to Alan @ CIT
Alan @ CIT is offline  
Reply With Quote