diff options
| author | Simon | 2011-03-29 15:12:35 +0200 |
|---|---|---|
| committer | Simon | 2011-03-29 15:12:35 +0200 |
| commit | 143ce482a30c76575c334948752d4c6ae251196f (patch) | |
| tree | a4bda343f4f09a6861e40effafec9a9ccc03a2cd /application/modules/user/views/scripts/pool | |
| parent | ACL in ClientController (diff) | |
| download | pbs2-143ce482a30c76575c334948752d4c6ae251196f.tar.gz pbs2-143ce482a30c76575c334948752d4c6ae251196f.tar.xz pbs2-143ce482a30c76575c334948752d4c6ae251196f.zip | |
ACL in PoolController
Diffstat (limited to 'application/modules/user/views/scripts/pool')
| -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> |
