Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
f39f02ce
Commit
f39f02ce
authored
Nov 16, 2009
by
Angie Byron
Browse files
#601806
follow-up by sun and effulgentsia: Fix broken HEAD.
parent
796bb854
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/common.inc
View file @
f39f02ce
...
...
@@ -5131,7 +5131,9 @@ function drupal_render_cache_get($elements) {
if
(
!
empty
(
$cid
)
&&
$cache
=
cache_get
(
$cid
,
$bin
))
{
// Add additional libraries, JavaScript, CSS and other data attached
// to this element.
drupal_process_attached
(
$cache
->
data
);
if
(
isset
(
$cache
->
data
[
'#attached'
]))
{
drupal_process_attached
(
$cache
->
data
);
}
// Return the rendered output.
return
$cache
->
data
[
'#markup'
];;
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment