1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-08 15:57:01 +02:00
This commit is contained in:
Ryan Cramer
2019-09-26 15:20:30 -04:00
parent 5586dd074b
commit 27235ca6b6

View File

@@ -1093,7 +1093,7 @@ class ProcessPageAdd extends Process implements ConfigurableModule, WirePageEdit
$this->session->message(
sprintf(
$this->_('Created page %1$s using template: %2$s'),
$page->parent->url . $page->name, $page->template->name
$page->parent->url . $page->name, $page->template->getLabel()
)
);
}