Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 2.4.6, 2.5.2
-
Component/s: Libraries
-
Labels:
-
Testing Instructions:
-
Affected Branches:MOODLE_24_STABLE, MOODLE_25_STABLE
-
Fixed Branches:MOODLE_24_STABLE, MOODLE_25_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-42112-master
Description
I get the following error with a table with only one column:
Warning: array_fill() [<a href='function.array-fill'>function.array-fill</a>]: Number of elements must be positive in lib/tablelib.php on line 1043
It seems to be caused by the "-1" after the count. There is no error without the "-1" or with two columns.
The change was introduced in MDL-36011.
Attachments
Issue Links
- is a regression caused by
-
MDL-36011 flexible table hide column does not announce change to screen reader
-
- Closed
-