MyBB Community Forums

Full Version: class_parser private variables
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Any reason that the $options variable in class_parser.php was made private? its blocking plugins from modifying the options variable.

my word filter plugin does not work with 1.6 since this change blocks it and there are no hooks to use anywhere that will let me modify what i need before the parser is called.