diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-29 21:16:42 -0700 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2009-06-29 21:16:42 -0700 |
commit | 6e80330e19ea8385da35b170f508556cfadf0340 (patch) | |
tree | bc17afe31e1d8cae00de6a88e23895336d78ad2e /modules | |
parent | 21f228b1aed8b32dc9856add51f4ef8a3c7ced95 (diff) |
Remove the testing code to force rebuilding the cache.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/gallery/libraries/Gallery_View.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/gallery/libraries/Gallery_View.php b/modules/gallery/libraries/Gallery_View.php index 40d78f94..32d79ac3 100644 --- a/modules/gallery/libraries/Gallery_View.php +++ b/modules/gallery/libraries/Gallery_View.php @@ -90,7 +90,6 @@ class Gallery_View_Core extends View { $cache = Cache::instance(); $contents = $cache->get($key); - $contents = ""; if (empty($contents)) { $contents = ""; foreach ($links as $link) { |