Closed (fixed)
Project:
Profiler Builder
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Aug 2014 at 15:13 UTC
Updated:
9 Sep 2014 at 18:50 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
marbard commentedImplemented a patch which goes through variables recursively
Comment #2
btopro commentedFINALLY someone tackling this (thank you). :) My previous solution was from like 3 years ago and was horrible. Can we get some additional testing on this?
One thing to note in the patch; can you change the function name from _flatten_array to _profiler_builder _flatten_array. I'm a stickler for namespacing on all helper functions.
Comment #3
marbard commentedI've renamed the function as you've requested.
We've used this patch in my workplace, seems to work fine. Though additional testing wouldn't hurt I suppose :-)
Comment #4
btopro commentedexcellent! tested on simplytest.me and it looked good Thanks for another great patch