Sunday, 13 September 2026
The Global Post Emblem
The GlobalPost
Advertisement
Front Page/Sports/‘An error of judgement’: Pro Ref admits mistake in awarding Haala...
Sportsvia The Guardian Sport
13 September 2026 at 21:318 min read

‘An error of judgement’: Pro Ref admits mistake in awarding Haala...

‘An error of judgement’: Pro Ref admits mistake in | Analysis

‘An error of judgement’: Pro Ref admits mistake in awarding Haala...

High-resolution curated imagery via The Guardian Sport wire syndication.

Executive Takeaways • Key Intelligence
  • Strategic intelligence desk confirms key developments surrounding Officiating body announces it will review the incident Unhap...
  • International stakeholders analyze: The elite officiating body will review the decision and has contacted Manchester
  • Multilateral policy, financial liquidity, and regulatory frameworks face direct realignments.
Advertisement

In an authoritative intelligence dispatch verified through The Guardian Sport, significant international developments have emerged regarding ‘An error of judgement’: Pro Ref admits mistake in awarding Haaland’s derby winner. Observers across key diplomatic, corporate, and policy corridors are actively parsing the immediate impact, as corroborated by verified wire filings. Officiating body announces it will review the incident Unhappy Carrick says error was ‘as obvious as it gets’ Pro Ref admitted Erling Haaland’s winner in Sunday’s Manchester derby should not have been awarded, after the video assistant referee ruled Enzo Fernández was not interfering with play in the buildup. The elite officiating body will review the decision and has contacted Manchester United. Haaland’s 60th minute strike for Manchester City at Old Trafford was initially ruled offside before the VAR’s intervention. It came after Josko Gvardiol’s cross hit Patrick Dorgu’s boot, passed Fernández and the United defender Lisandro Martínez, and was finished by the City No 9. VAR decided Fernández was not interfering despite Martínez marking the midfielder. Continue reading... Close dialogue1/2Next imagePrevious imageToggle captionPrint subscriptionsSearch jobs Sign indocument.addEventListener('DOMContentLoaded', function () { /** The checkbox input element used to toggle the navigation menu. */ const navInputCheckbox = document.getElementById('header-nav-input-checkbox'); /** The veggie burger button element used to open/close the menu. */ const veggieBurger = document.getElementById('header-veggie-burger'); /** List of menu items that should be selectable when the menu is open. */ const expandedMenuClickableTags = document.querySelectorAll( '.selectableMenuItem', ); /** The root element of the expanded menu. */ const expandedMenu = document.getElementById('header-expanded-menu-root'); /** The label for the first column in the menu, assumed to be "News".*/ const firstColLabel = document.getElementById('News-button'); /** The link element in the second list item under news links. */ const firstColLink = document.querySelector( '#newsLinks > li:nth-of-type(2) > a', ); /** * Focuses on the first navigation element depending on whether the first column label is visible. * * If the first column label is not visible, the function focuses on the first link element. * Otherwise, it focuses on the first column label. */ const focusOnFirstNavElement = () => { if (window.getComputedStyle(firstColLabel).display === 'none') { firstColLink.focus(); } else { firstColLabel.focus(); } }; /** * Updates ARIA attributes and tabindex values based on whether the menu is open or closed. */ const updateAttributesForMenu = (isOpen) => { firstColLabel.setAttribute('aria-expanded', isOpen ? 'true' : 'false'); veggieBurger.setAttribute( 'data-link-name', isOpen ? 'header : veggie-burger : hide' : 'header : veggie-burger : show', ); expandedMenuClickableTags.forEach((tag) => { tag.setAttribute('tabindex', isOpen ? '0' : '-1'); }); }; /** Toggles the navigation menu by simulating a click on the checkbox. */ const toggleMainMenu = () => { if (navInputCheckbox) { navInputCheckbox.click(); } }; /** * Handles keydown events to toggle the menu when the Enter or Space key is pressed. */ const keydownToggleMainMenu = (e) => { if (e.key === 'Enter' || e.key === ' ') { e.preventDefault(); toggleMainMenu(); } }; /** * Handles click events to manage the state of the navigation menu. * * - Toggles the menu open/close state when the menu button (veggieBurger) is clicked. */ const handleMenuClick = (e) => { const menuButtonClicked = navInputCheckbox === e.target; const clickInsideMenu = expandedMenu.contains(e.target); const menuIsOpen = navInputCheckbox.checked if (menuButtonClicked && !menuIsOpen) { document.body.classList.toggle('nav-is-open') firstColLabel.setAttribute('aria-expanded', 'false') veggieBurger.setAttribute('data-link-name','header : veggie-burger : show') expandedMenuClickableTags.forEach(function($selectableElement){ $selectableElement.setAttribute('tabindex','-1') }) } else if (menuButtonClicked && menuIsOpen) { document.body.classList.toggle('nav-is-open') firstColLabel.setAttribute('aria-expanded', 'true') veggieBurger.setAttribute('data-link-name','header : veggie-burger : hide') expandedMenuClickableTags.forEach(function($selectableElement){ $selectableElement.setAttribute('tabindex','0') }) focusOnFirstNavElement() } }; /** Adds event listeners to manage the navigation menu. */ if (navInputCheckbox) { navInputCheckbox.addEventListener('click', handleMenuClick); veggieBurger.addEventListener('keydown', keydownToggleMainMenu); document.addEventListener('keydown', (e) => { if (e.key === 'Escape' && navInputCheckbox.checked) { toggleMainMenu(); veggieBurger.focus(); } }); /** * Handles mouse down events to manage the state of the navigation menu. * * - Closes the menu if the click occurs outside both the menu button and the expanded menu. */ document.addEventListener('mousedown', function(e){ if(navInputCheckbox.checked && !expandedMenu.contains(e.target) && !veggieBurger.contains(e.target)){ toggleMainMenu() } }); } });UKUK editionUS editionAustralia editionEurope editionInternational editionThe Guardian - Back to homeThe GuardianNewsOpinionSportCultureLifestyleShow moreHide expanded menudocument.addEventListener('DOMContentLoaded', function(){ var columnInput = document.getElementById('News-button'); if (!columnInput) return; // Sticky nav replaces the nav so element no longer exists for users in test. columnInput.addEventListener('keydown', function(e){ // keyCode: 13 => Enter key | keyCode: 32 => Space key if (e.keyCode === 13 || e.keyCode === 32) { e.preventDefault() document.getElementById('News-checkbox-input').click(); } }) })NewsView all NewsUK newsUS politicsWorld newsClimate crisisMiddle EastUkraineFootballNewslettersBusinessEnvironmentUK politicsScienceTechGlobal developmentObituariesdocument.addEventListener('DOMContentLoaded', function(){ var columnInput = document.getElementById('Opinion-button'); if (!columnInput) return; // Sticky nav replaces the nav so element no longer exists for users in test. columnInput.addEventListener('keydown', function(e){ // keyCode: 13 => Enter key | keyCode: 32 => Space key if (e.keyCode === 13 || e.keyCode === 32) { e.preventDefault() document.getElementById('Opinion-checkbox-input').click(); } }) })OpinionView all OpinionThe Guardian viewColumnistsCartoonsOpinion videosLettersdocument.addEventListener('DOMContentLoaded', function(){ var columnInput = document.getElementById('Sport-button'); if (!columnInput) return; // Sticky nav replaces the nav so element no longer exists for users in test. columnInput.addEventListener('keydown', function(e){ // keyCode: 13 => Enter key | keyCode: 32 => Space key if (e.keyCode === 13 || e.keyCode === 32) { e.preventDefault() document.getElementById('Sport-checkbox-input').click(); } }) })SportView all SportFootballCricketRugby unionTennisCyclingF1GolfBoxingRugby leagueRacingUS sportsdocument.addEventListener('DOMContentLoaded', function(){ var columnInput = document.getElementById('Culture-button'); if (!columnInput) return; // Sticky nav replaces the nav so element no longer exists for users in test. columnInput.addEventListener('keydown', function(e){ // keyCode: 13 => Enter key | keyCode: 32 => Space key if (e.keyCode === 13 || e.keyCode === 32) { e.preventDefault() document.getElementById('Culture-checkbox-input').click(); } }) })CultureView all CultureFilmMusicTV & radioBooksArt & designStageGamesClassicaldocument.addEventListener('DOMContentLoaded', function(){ var columnInput = document.getElementById('Lifestyle-button'); if (!columnInput) return; // Sticky nav replaces the nav so element no longer exists for users in test. columnInput.addEventListener('keydown', function(e){ // keyCode: 13 => Enter key | keyCode: 32 => Space key if (e.keyCode === 13 || e.keyCode === 32) { e.preventDefault() document.getElementById('Lifestyle-checkbox-input').click(); } }) })LifestyleView all LifestyleThe FilterFashionFoodRecipesTravelHealth & fitnessWomenMenLove & sexBeautyHome & gardenMoneyCarsSearch input google-search SearchSupport usPrint subscriptionsSearch jobsHire with Guardian JobsHolidaysLive eventsAbout UsDigital ArchiveGuardian Print ShopPatronsGuardian LicensingThe Guardian appVideoPodcastsPicturesNewslettersToday's paperInside the GuardianGuardian WeeklyCrosswordsWordiplyCorrectionsTipsSearch input google-search SearchSearch jobsHire with Guardian JobsHolidaysLive eventsAbout UsDigital ArchiveGuardian Print ShopPatronsGuardian LicensingFootballLive scoresTablesFixturesResultsCompetitionsClubs Enzo Fernández dives at the ball from an offside position as Lisandro Martínez appeals, before Erling Haaland turns in Manchester City’s winner. Photograph: Catherine Ivill/AMA/Getty ImagesView image in fullscreenEnzo Fernández dives at the ball from an offside position as Lisandro Martínez appeals, before Erling Haaland turns in Manchester City’s winner. Photograph: Catherine Ivill/AMA/Getty ImagesManchester United‘An error of judgement’: Pro Ref admits mistake in awarding Haaland’s derby winnerOfficiating body announces it will review the incident Prefer the Guardian on GooglePro Ref admitted Erling Haaland’s winner in Sunday’s Manchester derby should not have been awarded, after the video assistant referee ruled Enzo Fernández was not interfering with play in the buildup. The elite officiating body will review the decision and has contacted Manchester United. Haaland’s 60th minute strike for Manchester City at Old Trafford was initially ruled offside before the VAR’s intervention. It came after Josko Gvardiol’s cross hit Patrick Dorgu’s boot, passed Fernández and the United defender Lisandro Martínez, and was finished by the City No 9. VAR decided Fernández was not interfering despite Martínez marking the midfielder. A Pro Ref statement said: “Following the incident in the 60th minute of Sunday’s Premier League fixture between Manchester United and Manchester City at Old Trafford, we can provide clarification regarding Erling Haaland’s awarded goal. “The on-field decision was offside against Haaland – that was checked by VAR and he was found to be in an onside position. “In the same attack, it was established that Fernández did not play the ball and therefore that makes any offside offence subjective, however, on this occasion, the VAR did not recognise the likely impact of his position and should have recommended an on-field review. “Contact has been made with Manchester United this evening to acknowledge what we deem is an error of judgement. A review of the incident will take place.” After the match but before the Pro Ref statement, an unhappy Michael Carrick expressed concern over Haaland’s winner.

The underlying catalysts behind these events trace back to evolving structural dynamics across the Sports landscape. Over recent quarters, multilateral authorities and market participants have navigated mounting volatility, heightening the urgency of coordinated responses and policy alignment.

Senior analysts and industry stakeholders underscore that strategic transparency remains paramount. As institutional delegations evaluate risk models and operational contingencies, secondary dispatches indicate that further compliance directives and consultative reviews will be initiated in the coming cycle.

Broader economic and regulatory ramifications are projected to ripple across interconnected regional ecosystems. Market analysts note that supply chains, capital allocations, and policy frameworks must swiftly assimilate these verified updates to insulate against systemic bottlenecks.

The Global Post's editorial desk will continue rigorous monitoring of this developing story, with periodic updates provided as official statements and primary documentation are released by relevant governing bodies.

Topical Tags:#Sports#The Guardian Sport#Global News#Market Analysis
Primary wire reporting curated via The Guardian Sport.View Source Dispatch
Advertisement

Related Dispatches in Sports

Alexander Zverev claims first US Open after four-set battle with ...
Sports
via The Guardian Sport
36m ago1 min read

Alexander Zverev claims first US Open after four-set battle with ...

In an authoritative briefing verified via The Guardian Sport, No 1 seed wins 6-3, 7-6 (2), 5-7, 6-2 American’s hopes dashed in tense final For a passing moment at the end of a rugged third set, hope sprung anew for Ben Shelton. He had been outserved and outplayed for nearly three hours, but at 6-5 in the third set, one game from defeat, the American finally broke through. He burst into the return game finally pounding his forehand freely. Global policy observers continue assessing the strategic trajectory and broader market reverberations.

#Sports#The Guardian Sport
Details →
Intelligence & resilience key in statement win for Maresca's Man ...
Sports
via BBC Sport
46m ago1 min read

Intelligence & resilience key in statement win for Maresca's Man ...

In an authoritative briefing verified via BBC Sport, Match of the Day pundit Danny Murphy explains how Manchester City beat Manchester United at Old Trafford despite being down to 10 men for most of the game. Sunday's result was a statement win for Manchester City's new manager Enzo Maresca, who got his tactics spot on, but his team's performance will have showed him exactly what they are about. I am talking about the mentality, discipline, organisation and energy. Global policy observers continue assessing the strategic trajectory and broader market reverberations.

#Sports#BBC Sport
Details →
Zverev caps transformational year with US Open triumph
Sports
via BBC Sport
1h ago1 min read

Zverev caps transformational year with US Open triumph

In an authoritative briefing verified via BBC Sport, Alexander Zverev lands his second Grand Slam title after ending Ben Shelton's hopes of becoming a rare home US Open men's champion. BBC Sport tennis news reporterPublished14 minutes agoAlexander Zverev used his greater experience to beat home hope Ben Shelton in the US Open final and quiet a partisan crowd hoping to laud a rare American men's champion. German top seed Zverev lifted a heavy burden by winning his first. Global policy observers continue assessing the strategic trajectory and broader market reverberations.

#Sports#BBC Sport
Details →