Changeset 2027 for trunk/modules/forge/models
- Timestamp:
- 02/10/2008 12:51:28 PM (10 months ago)
- Files:
-
- 1 modified
-
trunk/modules/forge/models/user_edit.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/forge/models/user_edit.php
r1522 r2027 118 118 } 119 119 120 public function html()120 public function render() 121 121 { 122 122 // Proxy to form html 123 return $this->form-> html();123 return $this->form->render(); 124 124 } 125 125 … … 127 127 { 128 128 // Proxy to form html 129 return $this->form-> html();129 return $this->form->render(); 130 130 } 131 131
