summaryrefslogtreecommitdiffstats
path: root/templates/show_users.inc.php
diff options
context:
space:
mode:
authorpb1dft <pb1dft@ampache>2007-03-07 22:22:08 +0000
committerpb1dft <pb1dft@ampache>2007-03-07 22:22:08 +0000
commit6fa5b901d5ee2e37cdedecdb042f8a7861945402 (patch)
tree878824b43afd0104479c954a1f46857cdd691ad9 /templates/show_users.inc.php
parent486be50eb56ade00989c31704a0f637d453a8b0c (diff)
downloadampache-6fa5b901d5ee2e37cdedecdb042f8a7861945402.tar.gz
ampache-6fa5b901d5ee2e37cdedecdb042f8a7861945402.tar.bz2
ampache-6fa5b901d5ee2e37cdedecdb042f8a7861945402.zip
Embedded the flash player & fix for admin>users
Diffstat (limited to 'templates/show_users.inc.php')
-rw-r--r--templates/show_users.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_users.inc.php b/templates/show_users.inc.php
index f0c5e2b1..3bb1abd4 100644
--- a/templates/show_users.inc.php
+++ b/templates/show_users.inc.php
@@ -141,7 +141,7 @@ foreach ($users as $working_user) {
</td>
<?php
//FIXME: Fix this for the extra permission levels
- if ($user->disabled == '1') {
+ if ($working_user->disabled == '1') {
echo "<td><a href=\"".$web_path."/admin/users.php?action=enable&amp;user_id=$working_user->id\">" . get_user_icon('enable') . "</a></td>";
}
else {