Changeset 5949
- Timestamp:
- 01/18/12 19:55:01 (4 months ago)
- File:
-
- 1 edited
-
trunk/core/viewhelper/form/formelement.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/core/viewhelper/form/formelement.php
r5948 r5949 421 421 * If the setter method exists most likely the property will exist too, i guess. 422 422 */ 423 if( DEBUG == true)423 if( defined('DEBUG') and DEBUG == true ) 424 424 { 425 425 $method = 'set' . $attribute; 426 $this-> {$method}($value);426 $this->$method($value); 427 427 } 428 428 else # while in production mode
Note: See TracChangeset
for help on using the changeset viewer.
