Closed (works as designed)
Project:
Drupal core
Version:
7.x-dev
Component:
base system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Dec 2008 at 18:34 UTC
Updated:
7 Dec 2012 at 15:59 UTC
Jump to comment: Most recent file
Comments
Comment #2
deekayen commented...or maybe wrap it in
empty()?Comment #3
damien tournoud commentedWe haven't seen any warnings... does that mean that this optimisation is broken (ie. would
$cache_update_neededalways be true when entering_registry_check_code(REGISTRY_WRITE_LOOKUP_CACHE))?Comment #4
marcingy commentedI believe the report above is incorrect the value in question is a static and hence initialised to NULL. NULL can be testing in an if happily.