-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 3.0.9-RC1
-
Fix Version/s: 3.0.9-RC2
-
Component/s: None
-
Labels:None
-
Environment:Any, but "noticeable" when error reporting includes E_NOTICE
-
GitHub Pull Request URL:
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.