mirror of
https://github.com/processwire/processwire.git
synced 2025-08-09 16:26:59 +02:00
Fix issue processwire/processwire-issues#1379
This commit is contained in:
@@ -3297,7 +3297,7 @@ class ProcessTemplate extends Process implements ConfigurableModule {
|
|||||||
if($editTag) {
|
if($editTag) {
|
||||||
// edit which fields are assigned to tag
|
// edit which fields are assigned to tag
|
||||||
$this->breadcrumb('./', $headline);
|
$this->breadcrumb('./', $headline);
|
||||||
$this->headline("$labels[tag] - " . (isset($tags[$editTag]) ? $tags[$editTag] : $editTag));
|
$this->headline("$labels[tags] - " . (isset($tags[$editTag]) ? $tags[$editTag] : $editTag));
|
||||||
|
|
||||||
/** @var InputfieldName $f */
|
/** @var InputfieldName $f */
|
||||||
$f = $modules->get('InputfieldName');
|
$f = $modules->get('InputfieldName');
|
||||||
|
Reference in New Issue
Block a user