User tests: Successful: Unsuccessful:
Pull Request for Issue # .
removed extra space and seemingly unnecessary &
diff html output with and without &
no change.
https://www.diffchecker.com/RBOmOouV ( the marked section is literally identical even though it says its not )
if a var_dump is done of the $item compared to & $item and then a diff of that there is no diff at all.
Status | New | ⇒ | Pending |
Category | ⇒ | Front End com_content |
Wouldnt it also therefore be wrong at line 79 as well?
Do a search for $this->item = &$item;
to find 7 instances. I would change $this->item = & $item;
to $this->item = &$item;
to match the others.
Labels |
Added:
?
|
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-08-16 20:52:12 |
Closed_By | ⇒ | brianteeman |
@wilsonge I believe you wrote that line?