-
Bug
-
Resolution: Fixed
-
Major
-
3.1.0-dev
-
None
-
Not environment specific
As per IRC, if you try to unset something that is stored inside the new phpbb_config class, the class will throw an error:
"Config values have to be deleted explicitly with the phpbb_config::delete($key) method."
There however isn't a phpbb_config::delete($key) method in the class.