? Pending
Referenced as Pull Request for: # 19396

User tests: Successful: Unsuccessful:

avatar tgv604
tgv604
29 Mar 2017

line 382 assigns $this->_children = false, but count(boolean) is always 1, that causes the sorting block to execute and fail with fatal error.

if ($this->_children) would fix this bug,
if (count($this->_children) > 1) fixes the bug and skips sorting of one-member arrays

Pull Request for Issue #14873.

avatar tgv604 tgv604 - open - 29 Mar 2017
avatar tgv604 tgv604 - change - 29 Mar 2017
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 29 Mar 2017
Category Front End com_content
avatar zero-24 zero-24 - change - 29 Mar 2017
The description was changed
avatar zero-24 zero-24 - edited - 29 Mar 2017
avatar rdeutz rdeutz - change - 27 May 2017
Labels Added: ?
avatar joomla-cms-bot joomla-cms-bot - close - 17 Jan 2018
avatar Quy Quy - change - 17 Jan 2018
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2018-01-17 18:06:16
Closed_By Quy
Rel_Number 0 19396
Relation Type Related to
avatar joomla-cms-bot joomla-cms-bot - change - 17 Jan 2018
Closed_Date 2018-01-17 18:06:16 2018-01-17 18:06:17
Closed_By Quy joomla-cms-bot
Rel_Number 19396 0
Relation Type Related to
avatar joomla-cms-bot
joomla-cms-bot - comment - 17 Jan 2018

Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/14982

avatar Quy
Quy - comment - 17 Jan 2018

Add a Comment

Login with GitHub to post a comment