Show
Ignore:
Timestamp:
04/18/06 11:43:51 (6 years ago)
Author:
john
Message:

added to AR

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/trax/vendor/trax/action_view/helpers/form_helper.php

    r196 r197  
    193193        return $this->error_wrapping( 
    194194                     $this->tag("input", $options), 
    195                      array_key_exists($this->attribute_name, 
     195                     @array_key_exists($this->attribute_name, 
    196196                                      $this->object()->errors) 
    197197                     ? true : false);