MantisBT: master-1.3.x 9636642a

Author Committer Branch Timestamp Parent
dregad dregad master-1.3.x 2016-06-16 15:54 master-1.3.x 093ea44f
Affected Issues  0021124: Creating/setting config options using adm_config_report.php is partially broken
Changeset

Tokenizer: no exception in constructor when given empty string

An empty string is a valid code snippet and as such should not trigger
an exception. Doing so forces the caller to perform additional error
handling.

Fixes 0021124

mod - core/classes/Tokenizer.class.php Diff File