Undefined index
asb - July 9, 2008 - 15:33
| Project: | Drupal |
| Version: | 6.x-dev |
| Component: | update.module |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
Hi,
after upgrading from 6.2 to 6.x-dev, I'm getting the following error:
notice: Undefined index: name in /var/www/drupal/modules/update/update.compare.inc on line 84.Greetings, -asb

#1
Issue solved by upgrading to rev. 6.3.
Greetings, -asb
#2
That's just because official releases of core turn off E_ALL warnings, where as the -dev versions keep them visible. The warning is almost certainly still there, though it's obviously not a serious problem in the behavior of the module.