Development

Changeset 10172

You must first sign up to be able to contribute.

Changeset 10172

Show
Ignore:
Timestamp:
07/07/08 18:53:40 (5 months ago)
Author:
fabien
Message:

doc: fixed typo (closes #3909)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • doc/branches/1.0/book/13-I18n-and-L10n.txt

    r3412 r10172  
    244244    public function hydrate(ResultSet $rs, $startcol = 1) 
    245245    { 
    246       parent::hydrate($rs, $startcol); 
    247246      $this->setCulture(sfContext::getInstance()->getUser()->getCulture()); 
     247 
     248      return parent::hydrate($rs, $startcol); 
    248249    } 
    249250