Closed (fixed)
Project:
Chaos Tool Suite (ctools)
Version:
7.x-1.x-dev
Component:
Code
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Jul 2011 at 21:50 UTC
Updated:
21 Mar 2012 at 11:20 UTC
In seems the code to store stdClasses in the function ctools_var_export() has an unnecessary period when assigning the content to the output variable. Attached patch fixes that.
| Comment | File | Size | Author |
|---|---|---|---|
| ctools-undefined-variable-in-ctools_var_export.patch | 970 bytes | das-peter |
Comments
Comment #1
Spelling Ninja commentedComment #2
Pisco commentedGreat, the patch works fine for me!
Comment #3
jdleonardI'm having trouble applying the patch, but that could just be me doing something silly. Applying the one character change manually works like a charm, thanks.
Comment #4
das-peter commented@jdleonard: Did you check the git path prefix settings? I use -p1 formatted patches since the old -p0 format was phased out by May 31, 2011
Comment #5
jdleonardYeah, I don't know what the issue is. I've been applying p1 patches without problem otherwise. Assume it's just me.
Comment #6
geekyMoa commentedPatch works fine for me, thanks!
Comment #7
RunePhilosof commentedAlso commit the fix on the 6.x branch
Comment #8
merlinofchaos commentedCommitted to D6 and D7! Thanks!
Comment #10
meeta commentedyeah.. same with me.. manually removing the period operator works fine.. :)