Skip to content

Commit

Permalink
fixed bug where string was being passed as arrayref
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon 'CowboyNeal' Pater committed Dec 18, 2003
1 parent 50803ce commit 19330f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Slash/Slash.pm
Expand Up @@ -1197,7 +1197,7 @@ EOT
if ($constants->{clampe_stats} && $ENV{SCRIPT_NAME}) {
my $fname = catfile('clampe', $user->{ipid});
my $comlog = "IPID: $user->{ipid} UID: $user->{uid} SID: $comment->{sid} CID: $comment->{cid} Dispmode: $user->{mode} Thresh: $user->{threshold} CIPID: $comment->{ipid} CUID: $comment->{uid}";
doLog($fname, $comlog);
doLog($fname, [$comlog]);
}

return _hard_dispComment(
Expand Down

0 comments on commit 19330f5

Please sign in to comment.