adding sel_options to etemplate2_before_exec hook (for policy)

This commit is contained in:
Ralf Becker 2018-08-17 14:38:09 +02:00
parent e50ef193a5
commit 60e953292a

View File

@ -106,6 +106,7 @@ class Etemplate extends Etemplate\Widget\Template
array('hook_location' => 'etemplate2_before_exec') +
array('location_name' => $this->name) +
array('location_object' => &$this) +
array('sel_options' => $sel_options) +
$content
);