Changeset 10970
- Timestamp:
- 08/19/08 21:02:38 (11 months ago)
- Files:
-
- branches/1.1/lib/cache/sfNoCache.class.php (modified) (1 diff)
- branches/1.2/lib/cache/sfNoCache.class.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.1/lib/cache/sfNoCache.class.php
r7605 r10970 24 24 public function get($key, $default = null) 25 25 { 26 return null;26 return $default; 27 27 } 28 28 branches/1.2/lib/cache/sfNoCache.class.php
r7605 r10970 24 24 public function get($key, $default = null) 25 25 { 26 return null;26 return $default; 27 27 } 28 28

