Skip to content

Commit

Permalink
Remove the testing code to force rebuilding the cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Almdal committed Jun 30, 2009
1 parent 21f228b commit 6e80330
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion modules/gallery/libraries/Gallery_View.php
Expand Up @@ -90,7 +90,6 @@ protected function combine_files($files, $type) {
$cache = Cache::instance();
$contents = $cache->get($key);

$contents = "";
if (empty($contents)) {
$contents = "";
foreach ($links as $link) {
Expand Down

0 comments on commit 6e80330

Please sign in to comment.