Show
Ignore:
Timestamp:
02/21/2008 07:53:01 PM (11 months ago)
Author:
Shadowhand
Message:

Fixing #408, thanks xadio.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/forge/libraries/Forge.php

    r2120 r2123  
    9999 
    100100                if ( ! ($input instanceof Form_Input) AND ! ($input instanceof Forge)) 
    101                         throw new Kohana_Exception('forge.invalid_input', get_class($input)); 
     101                        throw new Kohana_Exception('forge.unknown_input', get_class($input)); 
    102102 
    103103                $input->method = $this->attr['method'];