system_update_7022() missing $ret = array() declaration
quicksketch - July 4, 2009 - 06:20
| Project: | Drupal |
| Version: | 7.x-dev |
| Component: | system.module |
| Category: | bug report |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed |
| Issue tags: | Quick fix |
Jump to:
Description
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 |
|---|---|
| drupal_missing_ret.patch | 557 bytes |

#1
Committed to CVS HEAD. Thanks quicksketch.
#2
Automatically closed -- issue fixed for 2 weeks with no activity.