-
Bug
-
Resolution: Fixed
-
Blocker
-
3.0.9-RC1
-
None
-
None
-
Any, but "noticeable" when error reporting includes E_NOTICE
STRIP is defined in common.php and checked in set_var(). style.php doesn't include common.php, so it is undefined in all cases.
The only way to get this to actually throw a notice is to set error handling to include E_NOTICE in config.php, since it is included in style.php. Doing so makes the style do very funny things.