Closed (duplicate)
Project:
Universally Unique IDentifier
Version:
7.x-1.0-alpha3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 May 2012 at 15:02 UTC
Updated:
1 Jun 2012 at 10:21 UTC
I got some notices because the $replacements variable only gets initialized within the if statements. In theory any drupal site should have at least one of those modules, but I was still getting the notices :S. So here is a tiny patch that simply initializes the $replacements variable (that got rid of the notices), and I also found a couple of misspellings.
| Comment | File | Size | Author |
|---|---|---|---|
| uuid_notices_and_misspellings.patch | 785 bytes | fmizzell |
Comments
Comment #1
fmizzell commentedComment #3
dixon_Marking this as a duplicate of #1423542: Rewrite token integration to be more entity generic and #1454496: Undefined variable: replacements in uuid_tokens() (line 95 of ~/sites/all/modules/contrib/uuid/uuid.tokens.inc). Upgrading to a later version of UUID should do it.