summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/common.inc b/includes/common.inc
index 566c896b9..05d7d5b73 100644
--- a/includes/common.inc
+++ b/includes/common.inc
@@ -5198,7 +5198,7 @@ function drupal_render_cache_get($elements) {
drupal_process_attached($cache->data);
}
// Return the rendered output.
- return $cache->data['#markup'];;
+ return $cache->data['#markup'];
}
return FALSE;
}