Skip to content

Commit

Permalink
Fixed issue #6427: 'Select tokens IDs' line showing up even when no t…
Browse files Browse the repository at this point in the history
…okens were selected for sending reminders
  • Loading branch information
c-schmitz committed Aug 6, 2012
1 parent 4df6f5f commit 769b5f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion application/views/admin/token/remind.php
Expand Up @@ -63,7 +63,8 @@
?>
<ul>

<?php if (isset($tokenids))
<?php
if (count($tokenids)>0)
{ ?>
<li>
<label><?php $clang->eT("Send reminder to token ID(s):"); ?></label>
Expand Down

0 comments on commit 769b5f3

Please sign in to comment.