From da309f335b3f4bef4a4c8709647757b5080f5781 Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Thu, 11 Apr 2019 12:23:01 -0400 Subject: [PATCH] Fix issue processwire/processwire-issues#744 --- wire/core/MarkupQA.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wire/core/MarkupQA.php b/wire/core/MarkupQA.php index db24c932..3fbf7ad6 100644 --- a/wire/core/MarkupQA.php +++ b/wire/core/MarkupQA.php @@ -688,7 +688,7 @@ class MarkupQA extends Wire { $this->warning(sprintf( $this->_('Unable to resolve link on page %1$s in field "%2$s": %3$s'), $this->page->path, - $this->field->name, + $this->field->getLabel(), $path )); }