We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9aecf5b commit 380e82dCopy full SHA for 380e82d
pulls/api.php
@@ -57,7 +57,7 @@ function verify_password_DEV($user, $pass)
57
58
function ghpostcomment($pull, $comment)
59
{
60
- $post = json_encode(array("body" => "**Comment in behalf of $_SESSION[user] at php.net:**\n\n$comment"));
+ $post = json_encode(array("body" => "**Comment on behalf of $_SESSION[user] at php.net:**\n\n$comment"));
61
62
63
$opts = array(
0 commit comments