summaryrefslogtreecommitdiff
path: root/modules/gallery/libraries
diff options
context:
space:
mode:
authorAndy Staudacher <andy.st@gmail.com>2009-06-29 22:10:10 -0700
committerAndy Staudacher <andy.st@gmail.com>2009-06-29 22:10:10 -0700
commitb0bc99a81f933a6bfa6cca2d3a34102de1eee7ba (patch)
tree2b10b04af16b119ac0c2cff50bdf6232fcba3d61 /modules/gallery/libraries
parentd4738ce4844d39d55fec7f149c6aff5c061c0a38 (diff)
parentc9e8ff8fcb4c42948c8272ae367adda83957c101 (diff)
Merge branch 'master' of git@github.com:gallery/gallery3
Diffstat (limited to 'modules/gallery/libraries')
-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) {