Show
Ignore:
Timestamp:
06/25/2008 03:37:36 PM (5 months ago)
Author:
Shadowhand
Message:

Wow, no one caught that, not even me?

Files:
1 modified

Legend:

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

    r2883 r2912  
    163163 
    164164                // Set the cache and return 
    165                 return $cache[$key] = $str; 
     165                return self::$cache[$key] = $str; 
    166166        } 
    167167