MDL-36171 Administration Skip replace in the log table

This commit is contained in:
Andrew Robert Nicols
2013-02-28 19:44:42 +00:00
parent cce0d9a100
commit 08b196e265
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -6668,7 +6668,7 @@ function db_replace($search, $replace) {
global $DB, $CFG, $OUTPUT;
// TODO: this is horrible hack, we should do whitelisting and each plugin should be responsible for proper replacing...
$skiptables = array('config', 'config_plugins', 'config_log', 'upgrade_log',
$skiptables = array('config', 'config_plugins', 'config_log', 'upgrade_log', 'log',
'filter_config', 'sessions', 'events_queue', 'repository_instance_config',
'block_instances', '');