Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 3.1.0-a1
-
Fix Version/s: 3.1.0-a2
-
Component/s: Update system
-
Labels:None
-
GitHub Pull Request URL:
Description
The new function has a small error:
if ($dirs >= 5)
{
should be
if (sizeof($dirs) >= 5)
{