comments: pass COMMENTOPENID to templates
parent
8a9f4e225f
commit
8ed94c0a18
|
@ -573,6 +573,11 @@ sub pagetemplate (@) {
|
||||||
$pagestate{$page}{comments}{commentuser});
|
$pagestate{$page}{comments}{commentuser});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if ($template->query(name => 'commentopenid')) {
|
||||||
|
$template->param(commentopenid =>
|
||||||
|
$pagestate{$page}{comments}{commentopenid});
|
||||||
|
}
|
||||||
|
|
||||||
if ($template->query(name => 'commentip')) {
|
if ($template->query(name => 'commentip')) {
|
||||||
$template->param(commentip =>
|
$template->param(commentip =>
|
||||||
$pagestate{$page}{comments}{commentip});
|
$pagestate{$page}{comments}{commentip});
|
||||||
|
|
Loading…
Reference in New Issue