Merge branch '2.4' of https://github.com/MISP/MISP into 2.4

pull/6142/head
chrisr3d 2020-07-17 18:25:24 +02:00
commit f6b6e40668
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
else:
if (Configure::read('MISP.showorg') || $isAdmin):
?>
<th class="filter"><?php echo $this->Paginator->sort('Org'); ?></th>
<th class="filter"><?php echo $this->Paginator->sort('Org', __('Creator org')); ?></th>
<?php
endif;
if ($isSiteAdmin):