mirror of
https://github.com/processwire/processwire.git
synced 2025-08-26 16:14:35 +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->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
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user