Changeset 2917

Show
Ignore:
Timestamp:
06/26/2008 09:26:39 AM (4 months ago)
Author:
Shadowhand
Message:

More bugs in inflector. Hopefully this is the last.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/helpers/inflector.php

    r2913 r2917  
    3636                } 
    3737 
    38                 return isset($uncountables[$str]); 
     38                return isset(self::$uncountables[$str]); 
    3939        } 
    4040