Change the format for plugin configs in config.php (Bug 1327921)
Old format: $CFG->plugin->blocktype->clippy->agent = 'merlin'; New format: $CFG->plugin_blocktype_clippy_agent = 'merlin'; The old format caused a strict standards warning. Change-Id: I8ae2735ea3d3df913c0527bae7771e6f01dc82ca
Showing
Please register or sign in to comment