drupal_lookup_path('wipe') is supposed to clear the path cache (which is stored in static variables), but it fails to clear the $count variable. In some situations this could lead to difficult problems.

Comments

kbahey’s picture

This patch has a fix for it, among other things.

mdupont’s picture