Skip to content

Commit

Permalink
no -> errno
Browse files Browse the repository at this point in the history
  • Loading branch information
MasseR committed Jul 7, 2011
1 parent 4b4730f commit 583bb99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion handler.php
Expand Up @@ -39,7 +39,7 @@ function _yaml_emit_file($file, $data)
echo _yaml_emit_file($yaml, array(
"time" => $time,
"msg" => $errstr,
"no" => $errno,
"errno" => $errno,
"backtrace" => $bt));
return true;
});

0 comments on commit 583bb99

Please sign in to comment.