Closed totten closed 1 year ago
The -T flag requests that results be displayed as a table. Consider these four commands:
-T
How do they behave?
path
array_keys(): Argument #1 ($array) must be of type array, null given
This patch changes (4) to behave more like (3) -- it will show an empty table and exit normally.
Looks good to me.
civibot, test this please
The
-T
flag requests that results be displayed as a table. Consider these four commands:How do they behave?
path
header) and exits normallypath
header) and exits normallyarray_keys(): Argument #1 ($array) must be of type array, null given
)This patch changes (4) to behave more like (3) -- it will show an empty table and exit normally.