mirror of
https://github.com/processwire/processwire.git
synced 2025-08-25 07:41:30 +02:00
Fix issue processwire/processwire-issues#744
This commit is contained in:
@@ -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
|
||||
));
|
||||
}
|
||||
|
Reference in New Issue
Block a user