Changeset 238

Show
Ignore:
Timestamp:
01/08/08 01:03:29 (1 year ago)
Author:
shupp
Message:

use the right template when logins fail

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/Framework/Module/Login.php

    r235 r238  
    3737    public function loginNow() 
    3838    { 
     39        $this->tplFile = 'Login.tpl'; 
    3940        $form = $this->createLoginForm(); 
    4041        if ($form->validate()) {