Closed (fixed)
Project:
Strongarm
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
23 Nov 2011 at 11:41 UTC
Updated:
30 Dec 2011 at 14:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
skwashd commentedI didn't test this with a colon in the variable name. From previous experience it will solve the bug identified above.
I tested this patch with variables with upper case characters in the name, such as pathauto config when using language specific path patterns. It fixes this problem too.
As this patch solves 2 bugs it should be committed.
Comment #2
patcon commentedRerolled patch to work against beta4 with drush make (ie. -p0)
Yippee-ki-yoh-kay-yay
Comment #3
univate commentedAlso confirming the occurrence of this bug and have reviewed the patch and agree its good.
Comment #4
febbraro commentedCommitted to 7.x, thanks.
http://drupalcode.org/project/strongarm.git/commit/286647d
Needed for 6.x?
Comment #5
skwashd commentedThis doesn't need a backport to D6 as PDO was only introduced in D7. Using 6.x-2.1 I was able to export a variable called strongarm:test without any problems.
Comment #6
febbraro commentedThanks for verifying.