Small bug with sorting events by validation

- didn't work properly, fixed.
pull/64/merge
iglocska 2013-03-26 14:32:32 +01:00
parent 68ab054433
commit 99e0a91aa8
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
<h2>Events</h2>
<table cellpadding="0" cellspacing="0">
<tr>
<th><?php echo $this->Paginator->sort('Valid.');?></th>
<th><?php echo $this->Paginator->sort('published', 'Valid.');?></th>
<?php
if ('true' == Configure::read('CyDefSIG.showorg') || $isAdmin): ?>
<th><?php echo $this->Paginator->sort('org');?></th>