Infocenter: fixed caching problems in table sorter for locked/unlocked students

This commit is contained in:
Paolo
2018-09-10 14:46:05 +02:00
parent ce28ad4907
commit b48e4b97e7
@@ -67,7 +67,7 @@
echo $lockedby;
if ($origin_page == 'index'): ?>
  
<a href="unlockPerson/<?php echo $stammdaten->person_id; ?>?fhc_controller_id=<?php echo $fhc_controller_id; ?>">
<a href="unlockPerson/<?php echo $stammdaten->person_id; ?>">
<i class="fa fa-sign-out"></i>&nbsp;<?php echo ucfirst($this->p->t('ui', 'freigeben')) ?>
</a>
<?php endif; ?>