summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2010-02-09 12:29:39 +0000
committerDries Buytaert <dries@buytaert.net>2010-02-09 12:29:39 +0000
commita2ec3c3852d825c407e10a0ca76470f8026a33d7 (patch)
tree6a49c6c41061c5941f89393c6ca9c084bbb07caa /includes
parent7e8709b2dc0236232451d02a8cf440f290f6c63f (diff)
downloadbrdo-a2ec3c3852d825c407e10a0ca76470f8026a33d7.tar.gz
brdo-a2ec3c3852d825c407e10a0ca76470f8026a33d7.tar.bz2
- Patch #708144 by lilou: remove double semicolons at end of line.
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;
}