? Success

User tests: Successful: Unsuccessful:

avatar avjoomla
avjoomla
11 Nov 2013

The original code
$attrSubSet[0] = array_pop(explode(' ', trim($attrSubSet[0])));
throws an Strict standards: Only variables should be passed by reference
In array_pop the only parameter is an array passed by reference. The return value does not have any reference.

avatar avjoomla avjoomla - open - 11 Nov 2013
avatar Hackwar
Hackwar - comment - 5 Dec 2013

Since they require it, I opened a Tracker item for you: http://joomlacode.org/gf/project/joomla/tracker/?action=TrackerItemEdit&tracker_item_id=32895&start=0

Tested it successfully.

This is also present in 2.5.x: #2489

And with the words of Cato the Elder: Ceterum censeo Joomlacode esse delendam (I believe that Joomlacode has to be destroyed. ;-) )

avatar mbabker mbabker - reference | - 6 Dec 13
avatar mbabker mbabker - close - 6 Dec 2013
avatar mbabker mbabker - change - 6 Dec 2013
Status New Closed
Closed_Date 0000-00-00 00:00:00 2013-12-06 17:34:14
Labels Added: ?
avatar mbabker mbabker - close - 6 Dec 2013

Add a Comment

Login with GitHub to post a comment