Skip to content

Commit

Permalink
Used debugging instead of error_log
Browse files Browse the repository at this point in the history
  • Loading branch information
brendanheywood committed Jan 2, 2025
1 parent 42de5d1 commit 2776413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ function tool_abconfig_execute_command_array($commandsencoded, $shortname, $js =
$CFG->{$commandarray[1]} = $commandarray[2];
$CFG->config_php_settings[$commandarray[1]] = $commandarray[2];
} else {
error_log("abconfig: Can't override \$CFG->{$commandarray[1]} because already set in config.php!");
debugging("abconfig: Can't override \$CFG->{$commandarray[1]} because already set in config.php!");
}
}
if ($command == 'forced_plugin_setting') {
Expand Down

0 comments on commit 2776413

Please sign in to comment.