kristovaher / Wave-Framework

Open Source API-centric PHP Framework
https://github.com/kristovaher/Wave-Framework
GNU Lesser General Public License v3.0
2 stars 0 forks source link

Array as input gets sorted #156

Open kristovaher opened 10 years ago

kristovaher commented 10 years ago

This was reported:

"It seems that if you send an array as input to API-command, then it sorts it by keys. So the previous order just gets overwritten."

This may be because of cache calculations, but the original order of input should not get changed before it gets to the controller method and it is a bug.