Page MenuHomePhabricator

HEAD and >=REL1_5_4 emit E_NOTICE when using the languageConverter
Closed, ResolvedPublic

Description

Author: avarab

Description:
We changed the parser not to define UNIQ_PREFIX a while ago to prevent XSS
attacks, however the language converter still uses that constant which results
in E_NOTICE being emitted (it gets cast to "UNIQ_PREFIX" by php) whenever a
language (such as zh) that uses the language converter is used, the code in
question also probably doesn't do what it's supposed to do now...


Version: unspecified
Severity: normal
OS: Linux

Details

Reference
bz4736

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 21 2014, 9:02 PM
bzimport set Reference to bz4736.
bzimport added a subscriber: Unknown Object (MLST).

It seems this was fixed at some point in the past.