1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-26 16:14:35 +02:00
This commit is contained in:
Ryan Cramer
2019-04-11 12:23:01 -04:00
parent 12aede03fe
commit da309f335b

View File

@@ -688,7 +688,7 @@ class MarkupQA extends Wire {
$this->warning(sprintf( $this->warning(sprintf(
$this->_('Unable to resolve link on page %1$s in field "%2$s": %3$s'), $this->_('Unable to resolve link on page %1$s in field "%2$s": %3$s'),
$this->page->path, $this->page->path,
$this->field->name, $this->field->getLabel(),
$path $path
)); ));
} }