Show
Ignore:
Timestamp:
02/10/2008 12:51:28 PM (11 months ago)
Author:
Shadowhand
Message:

Follow up to r2022, I forgot to include the supporting files.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/forge/models/user_edit.php

    r1522 r2027  
    118118        } 
    119119 
    120         public function html() 
     120        public function render() 
    121121        { 
    122122                // Proxy to form html 
    123                 return $this->form->html(); 
     123                return $this->form->render(); 
    124124        } 
    125125 
     
    127127        { 
    128128                // Proxy to form html 
    129                 return $this->form->html(); 
     129                return $this->form->render(); 
    130130        } 
    131131