Closed (fixed)
Project:
Drupal core
Version:
6.x-dev
Component:
locale.module
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
12 Apr 2007 at 21:22 UTC
Updated:
2 May 2007 at 03:46 UTC
Locale module checks the database for existing strings when importing translations. Unfortunately the check is implemented with an E_NOTICE disabled system in mind, checking for a property of a non-object (if there is no existing translation). The attached simple patch changes the two occurances popped up in my testing.
| Comment | File | Size | Author |
|---|---|---|---|
| localenotices.patch | 1.74 KB | gábor hojtsy |
Comments
Comment #1
dries commentedCommitted to CVS HEAD. Thanks.
Comment #2
gábor hojtsyCommitted, so change status.
Comment #3
drummI would apply small, easily testable, fixes like this to 5, but it does not apply.
Comment #4
(not verified) commented