Fatal error: Cannot redeclare system_update_6054() (previously declared in XXXX/modules/system/system.install:2654) in XXXX/modules/system/system.install on line 2691
last two functions in file are both named "system_update_6054()"
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | system.install.patch | 690 bytes | toddgee |
Comments
Comment #1
toddgee commentedversion 1.238.2.21 of file is defective
$ cvs status system.install
===================================================================
File: system.install Status: Up-to-date
Working revision: 1.238.2.21
Repository revision: 1.238.2.21 /cvs/drupal/drupal/modules/system/system.install,v
Commit Identifier: xAZEDNaKUJYZzdpu
Sticky Tag: DRUPAL-6 (branch: 1.238.2)
Sticky Date: (none)
Sticky Options: (none)
Comment #2
toddgee commentedcommitted this morning:
revision 1.238.2.21
date: 2010-03-01 01:19:15 -0800; author: goba; state: Exp; lines: +15 -3; commitid: xAZEDNaKUJYZzdpu;
#358315 by neochief, Damien Tournoud, andypost: drupal_lookup_path() does not respect path alias ordering when older aliases are retained
Comment #3
toddgee commentedreally just requires that the second system_update_6054 be renamed to '6055'
Comment #4
gábor hojtsyOh, thanks for catching this one. Committed.