Closed (fixed)
Project:
Project Issue File Review
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
19 Mar 2010 at 00:54 UTC
Updated:
7 Apr 2010 at 21:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
boombatower commentedNot sure that merging arguments that are arrays will allow for proper overriding, I get the feeling it will only allow adding values unless possibly some sort of overriding based on keys or something.
This has not been tested and since it is so fundamental needs thorough testing and I need to ensure that for example on line 134 of queue.example.php:
actually works being an array and that it doesn't just add a '' to the existing values.
Comment #2
boombatower commentedConfirmed that arguments override properly.
Currently running full test.
Comment #3
boombatower commentedSeems to work great. Added update path
Comment #4
boombatower commentedCommitted.