Closed (fixed)
Project:
Apps
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Mar 2012 at 22:33 UTC
Updated:
23 Mar 2012 at 23:10 UTC
There were 4 defines that were fairly general words that were not namespaced. ENABLED, DISABLED, INCOMPATIBLE, INSTALLABLE. The attached patch prefixes all of them with APPS_.
| Comment | File | Size | Author |
|---|---|---|---|
| app-define-namespacing.patch | 5.63 KB | febbraro |
Comments
Comment #1
febbraro commentedAlso, just to note, incompatable is a misspelling so I changed the define and user facing string occurrences of it. Should probably do the same with all variables, but I did not want to change too much at once.
Comment #2
febbraro commentedTo also apply the patch for the update tab I had to apply this since there was a ton of overlap. Reopen if it creates issues.