...in bootstrap on line 443 - undefined index..
how about

-    $cache_set = $cache_exists && $files[$type][$name] != $filename;
+    $cache_set = $cache_exists && (!isset($files[$type][$name]) || $files[$type][$name] != $filename);

?

Comments

doq’s picture

Title: loads of php errors with drupal_get_filename-caching.patch appled when running update » loads of php notices with drupal_get_filename-caching.patch applied when running update
Status: Needs review » Fixed

Thanks. Committed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.