summaryrefslogtreecommitdiffstats
path: root/admin/access.php
diff options
context:
space:
mode:
authorxgizzmo <xgizzmo@ampache>2006-01-15 21:38:44 +0000
committerxgizzmo <xgizzmo@ampache>2006-01-15 21:38:44 +0000
commita3362e3d3f7b31f27bcccb8b2384cfa9c0d219ac (patch)
tree83e8cc8482e932abdb57c72f2bcabcc3a42d1d62 /admin/access.php
parente8279472de81bf4a63f404cdbd6bd36ad33f3ae6 (diff)
downloadampache-a3362e3d3f7b31f27bcccb8b2384cfa9c0d219ac.tar.gz
ampache-a3362e3d3f7b31f27bcccb8b2384cfa9c0d219ac.tar.bz2
ampache-a3362e3d3f7b31f27bcccb8b2384cfa9c0d219ac.zip
Fixed typo that caused removing a host from the access list to fail.
Diffstat (limited to 'admin/access.php')
-rw-r--r--admin/access.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/access.php b/admin/access.php
index c16a125e..f0fa7d9b 100644
--- a/admin/access.php
+++ b/admin/access.php
@@ -39,7 +39,7 @@ show_template('header');
switch ($action ) {
case 'show_confirm_delete':
- show_confim_action(_('Do you really want to delete this Access Reocrd?'),'admin/access.php','access_id=' . scrub_out($_REQUEST['access_id']) . '&amp;action=delete_host');
+ show_confirm_action(_('Do you really want to delete this Access Reocrd?'),'admin/access.php','access_id=' . scrub_out($_REQUEST['access_id']) . '&amp;action=delete_host');
break;
case 'delete_host':
$access->delete($_REQUEST['access_id']);