summaryrefslogtreecommitdiff
path: root/actions
diff options
context:
space:
mode:
authorEvan Prodromou <evan@controlyourself.ca>2009-07-01 13:50:44 -0400
committerEvan Prodromou <evan@controlyourself.ca>2009-07-01 13:50:44 -0400
commit3b6ff92495e7354361fbb7f93ccb83d96c9e4452 (patch)
treebd38818a98425604b9fa70bf6169722af3bc5976 /actions
parent89240cee95be7ef1431fb20bb841815faef3563f (diff)
don't redirect on local file for ajax action
Diffstat (limited to 'actions')
-rw-r--r--actions/attachment_ajax.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/actions/attachment_ajax.php b/actions/attachment_ajax.php
index 5d6773010..4caa159f3 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.
*