Skip to content
Snippets Groups Projects
Commit e68a6cbb authored by Andrew Downes's avatar Andrew Downes
Browse files

undo whitespace error in last commit

parent f3e0d6a2
No related branches found
No related tags found
No related merge requests found
......@@ -117,7 +117,7 @@ class store extends php_obj implements log_writer {
}
private function error_log_value($key, $value) {
$this->error_log('['.$key.'] '.json_encode($value));
$this->error_log('['.$key.'] '.json_encode($value));
}
private function error_log($message) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment