Changeset 2918 for trunk/system/helpers/inflector.php
- Timestamp:
- 06/26/2008 09:55:53 AM (5 months ago)
- Files:
-
- 1 modified
-
trunk/system/helpers/inflector.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/system/helpers/inflector.php
r2917 r2918 36 36 } 37 37 38 return isset(self::$uncountable s[$str]);38 return isset(self::$uncountable[$str]); 39 39 } 40 40
