Posted by quicksketch on July 4, 2009 at 6:20am
Jump to:
| Project: | Drupal core |
| Version: | 7.x-dev |
| Component: | system.module |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
| Issue tags: | Quick fix |
Issue Summary
Title says it. The system_update_7022() function is missing $ret = array() declaration, causing a notice. However since this is done during a Batch API operation it goes by unnoticed (get it: un-NOTICE-d? ;-).
| Attachment | Size | Status | Test result | Operations |
|---|---|---|---|---|
| drupal_missing_ret.patch | 557 bytes | Idle | Passed on all environments. | View details |
Comments
#1
Committed to CVS HEAD. Thanks quicksketch.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.