Changeset 2123 for trunk/modules/forge/libraries/Forge.php
- Timestamp:
- 02/21/2008 07:53:01 PM (11 months ago)
- Files:
-
- 1 modified
-
trunk/modules/forge/libraries/Forge.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/modules/forge/libraries/Forge.php
r2120 r2123 99 99 100 100 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)); 102 102 103 103 $input->method = $this->attr['method'];
