#504678 follow-up by catch: Fix notice in PHP 5.3.

merge-requests/26/head
Angie Byron 2009-07-02 15:07:37 +00:00
parent 0142292c71
commit 8f66b459bf
1 changed files with 1 additions and 1 deletions

View File

@ -2461,7 +2461,7 @@ function user_forms() {
/**
* Implement hook_comment_view().
*/
function user_comment_view(&$comment) {
function user_comment_view($comment) {
if (variable_get('user_signatures', 0) && !empty($comment->signature)) {
$comment->signature = check_markup($comment->signature, $comment->format);
}