From 3b6ff92495e7354361fbb7f93ccb83d96c9e4452 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Wed, 1 Jul 2009 13:50:44 -0400 Subject: [PATCH] don't redirect on local file for ajax action --- actions/attachment_ajax.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/actions/attachment_ajax.php b/actions/attachment_ajax.php index 5d6773010f..4caa159f3a 100644 --- a/actions/attachment_ajax.php +++ b/actions/attachment_ajax.php @@ -58,6 +58,11 @@ class Attachment_ajaxAction extends AttachmentAction } } + function handle($args) + { + $this->showPage(); + } + /** * Show core. *