Undefined variable $versions in install.inc
dopry - February 2, 2007 - 01:31
| Project: | Drupal |
| Version: | 6.x-dev |
| Component: | install system |
| Category: | bug report |
| Priority: | normal |
| Assigned: | dopry |
| Status: | closed |
Jump to:
Description
$versions is unset on reset. complaints arise when it is used later. This patch assigns it to an empty array on reset, which should also set as false and leave the variable initialized.
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| install.inc_versions.patch | 599 bytes | Ignored | None | None |

#1
Committed to CVS HEAD. Thanks.
#2
And to 5.
#3