Show
Ignore:
Timestamp:
05/28/2008 04:43:38 PM (6 months ago)
Author:
Shadowhand
Message:

Fixing #430, thanks xadio.

Files:
1 modified

Legend:

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

    r2593 r2699  
    9090                switch (count($args)) 
    9191                { 
     92                        case 0: 
     93                                throw new Kohana_Exception('forge.invalid_input', $input); 
     94                        break; 
    9295                        case 1: 
    9396                                $input = new $input($args[0]);