Changeset 2700
- Timestamp:
- 05/28/2008 04:45:52 PM (6 months ago)
- Location:
- releases/2.1.2/modules/forge
- Files:
-
- 2 modified
-
i18n/en_US/forge.php (modified) (1 diff)
-
libraries/Forge.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
releases/2.1.2/modules/forge/i18n/en_US/forge.php
r1923 r2700 3 3 $lang = array 4 4 ( 5 'invalid_input' => 'Invalid input type requested: %s', 5 'invalid_input' => 'Error loading %s: All inputs must be constructed with a name', 6 'unknown_input' => 'Unable to find a Forge input class for: %s', 6 7 ); -
releases/2.1.2/modules/forge/libraries/Forge.php
r2461 r2700 90 90 switch(count($args)) 91 91 { 92 case 0: 93 throw new Kohana_Exception('forge.invalid_input', $input); 94 break; 92 95 case 1: 93 96 $input = new $input($args[0]);
