summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-06-29 21:16:42 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-06-29 21:16:42 -0700
commit6e80330e19ea8385da35b170f508556cfadf0340 (patch)
treebc17afe31e1d8cae00de6a88e23895336d78ad2e /modules
parent21f228b1aed8b32dc9856add51f4ef8a3c7ced95 (diff)
Remove the testing code to force rebuilding the cache.
Diffstat (limited to 'modules')
-rw-r--r--modules/gallery/libraries/Gallery_View.php1
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) {