User tests: Successful: Unsuccessful:
Ther php implode
function takes 2 parameters, where the first is the glue
:
implode ( string $glue , array $pieces )
So this is wrong:
$value = implode($value, ' ');
Should be:
$value = implode(' ', $value);
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_fields |
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC after two successful tests.
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-11-10 09:37:09 |
Closed_By | ⇒ | wilsonge | |
Labels |
Added:
?
|
Thanks!
I have tested this item✅ successfully on 2a530c9
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/18527.