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