diff options
author | Evan Prodromou <evan@controlyourself.ca> | 2009-07-01 13:50:44 -0400 |
---|---|---|
committer | Evan Prodromou <evan@controlyourself.ca> | 2009-07-01 13:50:44 -0400 |
commit | 3b6ff92495e7354361fbb7f93ccb83d96c9e4452 (patch) | |
tree | bd38818a98425604b9fa70bf6169722af3bc5976 | |
parent | 89240cee95be7ef1431fb20bb841815faef3563f (diff) |
don't redirect on local file for ajax action
-rw-r--r-- | actions/attachment_ajax.php | 5 |
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. * |