MISP/app/View/Events/ajax/ajaxTags.ctp

3 lines
86 B
PHP

<?php
echo $this->element('ajaxTags', array('event' => $event, 'tags' => $tags));
?>