From e94c9f7e4c6ab6824eb38fde6b899fef5d152101 Mon Sep 17 00:00:00 2001 From: Jan Schneider Date: Fri, 30 Apr 2010 11:50:23 +0200 Subject: [PATCH] Cleanup script name. --- whups/lib/Whups.php | 2 +- whups/ticket/{deleteAttachment.php => delete_attachment.php} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename whups/ticket/{deleteAttachment.php => delete_attachment.php} (100%) diff --git a/whups/lib/Whups.php b/whups/lib/Whups.php index 257342a92..bfd809eee 100644 --- a/whups/lib/Whups.php +++ b/whups/lib/Whups.php @@ -843,7 +843,7 @@ class Whups { // Admins can delete attachments. if (Whups::hasPermission($queue, 'queue', Horde_Perms::DELETE)) { $url = Horde_Util::addParameter( - Horde::applicationUrl('ticket/deleteAttachment.php'), + Horde::applicationUrl('ticket/delete_attachment.php'), array('file' => $file['name'], 'id' => $ticket, 'url' => Horde::selfUrl(true, false, true))); diff --git a/whups/ticket/deleteAttachment.php b/whups/ticket/delete_attachment.php similarity index 100% rename from whups/ticket/deleteAttachment.php rename to whups/ticket/delete_attachment.php -- 2.11.0