Show
Ignore:
Timestamp:
02/26/2008 05:42:45 AM (9 months ago)
Author:
Geert
Message:
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/core/Kohana.php

    r2161 r2171  
    991991 
    992992                // Return the key, if set 
    993                 return (isset($info[$key])) ? $info[$key] : NULL; 
     993                return isset($info[$key]) ? $info[$key] : NULL; 
    994994        } 
    995995