-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 15
-
Fix Version/s: None
-
Component/s: Framework - Module Admin
-
Labels:None
-
ToDo:
Trying to upload a module file from my computer I get a Whoops error screen "count(): Parameter must be an array or an object that implements Countable".
On line 1773 of `modulefunctions.class.php` there is no type checking happening before use of `count()`. This should be fixed, or `_process_archive()` should be fixed to always return an array.