Item2130: TablePlugin initsort parameter is not tested before use
Priority: Low
Current State: Closed
Released In: 1.0.8
Target Release: patch
I noticed today that some end user had used a TABLE tag with initsort="off"
This is wrong syntax. But the code tries to do math and writes warnings in the error_log
The code should check the data for validity and ignore non-valid data.
Easy fix
--
KennethLavrsen - 21 Sep 2009
I added a check on trunk to make sure the parameter is defined before it is tested with a regex. The release branch does not need it.
--
MichaelTempest - 22 Sep 2009