From b57e78963c1a9eb23757489eec2c86449f62128a Mon Sep 17 00:00:00 2001 From: Matthew Somerville Date: Fri, 6 Dec 2024 12:47:14 +0000 Subject: [PATCH] Update epobject ID. --- www/includes/easyparliament/hansardlist.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/includes/easyparliament/hansardlist.php b/www/includes/easyparliament/hansardlist.php index 3ce71a6f6f..9ed2f8c093 100644 --- a/www/includes/easyparliament/hansardlist.php +++ b/www/includes/easyparliament/hansardlist.php @@ -1776,7 +1776,7 @@ protected function _get_hansard_data($input) { } } - if (in_array($item['epobject_id'], [15674958, 15674959, 12822764, 12822765])) { + if (in_array($item['epobject_id'], [15674958, 15674959, 12822764, 12822765, 27802084])) { global $DATA, $this_page; $DATA->set_page_metadata($this_page, 'robots', 'noindex'); }