diff options
Diffstat (limited to 'application/modules/user/views/scripts/pool/index.phtml')
| -rw-r--r-- | application/modules/user/views/scripts/pool/index.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/views/scripts/pool/index.phtml b/application/modules/user/views/scripts/pool/index.phtml index b6e50c3..2890768 100644 --- a/application/modules/user/views/scripts/pool/index.phtml +++ b/application/modules/user/views/scripts/pool/index.phtml @@ -91,7 +91,7 @@ <?php endforeach ?> </table> -<?php if (count($this->freeclients)>0): ?> +<?php if (isset($this->freeclients) && count($this->freeclients)>0): ?> <h2>Free clients</h2> <table > <tr> |
