Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
project
drupal
Commits
7c3493c4
Commit
7c3493c4
authored
Jun 30, 2009
by
webchick
Browse files
#506458
by quicksketch: Replace missing global user so that page caching works again.
parent
47258bc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
includes/cache.inc
View file @
7c3493c4
...
...
@@ -336,6 +336,8 @@ protected function garbageCollection() {
* valid item to load.
*/
protected
function
prepareItem
(
$cache
)
{
global
$user
;
if
(
!
isset
(
$cache
->
data
))
{
return
FALSE
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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