- Timestamp:
- 01/29/07 21:20:05 (5 years ago)
- Files:
-
- 1 modified
-
trunk/trax/vendor/trax/action_view/helpers.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/trax/vendor/trax/action_view/helpers.php
r233 r279 144 144 $object = $this->object(); 145 145 if(is_object($object) && $this->attribute_name) { 146 $value = $object->send($this->attribute_name); 146 //$value = $object->send($this->attribute_name); 147 $value = $object->{$this->attribute_name}; 147 148 } 148 149 }
