#504678 follow-up by catch: Fix notice in PHP 5.3.
parent
0142292c71
commit
8f66b459bf
|
@ -2461,7 +2461,7 @@ function user_forms() {
|
||||||
/**
|
/**
|
||||||
* Implement hook_comment_view().
|
* Implement hook_comment_view().
|
||||||
*/
|
*/
|
||||||
function user_comment_view(&$comment) {
|
function user_comment_view($comment) {
|
||||||
if (variable_get('user_signatures', 0) && !empty($comment->signature)) {
|
if (variable_get('user_signatures', 0) && !empty($comment->signature)) {
|
||||||
$comment->signature = check_markup($comment->signature, $comment->format);
|
$comment->signature = check_markup($comment->signature, $comment->format);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue