PHP wants double quotes here.
This commit is contained in:
parent
48d98684db
commit
3016956a4d
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ function sign_message($message_obj) {
|
|||
# signatures match for validation).
|
||||
$message = stripcslashes($message);
|
||||
|
||||
wfErrorLog($message . '\n', '/var/tmp/wiki-fedmsg-messages.log' );
|
||||
wfErrorLog($message . "\r\n", '/var/tmp/wiki-fedmsg-messages.log' );
|
||||
|
||||
# Step 0) - Find our cert.
|
||||
$fqdn = gethostname();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue