Skip to content

Commit adf51a6

Browse files
author
Ante Prkacin
committed
NGSTACK-1006 remove unset for the 'param' variable in ViewTemplateListener
1 parent 793980c commit adf51a6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

EventListener/ViewTemplateListener.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ public function onPreContentView(PreContentViewEvent $event): void
101101
]);
102102
}
103103
}
104-
unset($param);
105104

106105
$view->setParameters(array_replace($view->getParameters(), $configHash['params']));
107106
}

0 commit comments

Comments
 (0)