Development

Changeset 7903

You must first sign up to be able to contribute.

Changeset 7903

Show
Ignore:
Timestamp:
03/15/08 14:17:41 (5 years ago)
Author:
fabien
Message:

sfFormExtraPlugin: renamed validator class

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • plugins/sfFormExtraPlugin/lib/validator/sfValidatorReCaptcha.class.php

    r7284 r7903  
    2929 * @version    SVN: $Id$ 
    3030 */ 
    31 class sfValidatorReCaptcha extends sfValidator 
     31class sfValidatorReCaptcha extends sfValidatorBase 
    3232{ 
    3333  /** 
     
    4848   *  * server_problem 
    4949   * 
    50    * @see sfValidator 
     50   * @see sfValidatorBase 
    5151   */ 
    5252  protected function configure($options = array(), $messages = array()) 
     
    7171   * It always returns null. 
    7272   * 
    73    * @see sfValidator 
     73   * @see sfValidatorBase 
    7474   */ 
    7575  protected function doClean($value)