Details
-
Type: Bug
-
Status: Done/Fixed
-
Priority: Critical
-
Resolution: Fixed/Completed
-
Affects Version/s: 4.5.5
-
Fix Version/s: 4.6
-
Component/s: CiviCRM API, Core CiviCRM
-
Documentation Required?:None
Description
When you pass more than one argument (that is not explictly specified like -e/-a/...) to a CLI script (bin/csv/...), only the first one gets parsed correctly.
This is caused by a weird while-each-loop...
DEMONSTRATION:
http://sandbox.onlinephpfunctions.com/code/370c6dcc3bdc536819d52459ffd0343e699f77b2
Fix: PR #5035