don't redirect on local file for ajax action

This commit is contained in:
Evan Prodromou 2009-07-01 13:50:44 -04:00
parent 89240cee95
commit 3b6ff92495
1 changed files with 5 additions and 0 deletions

View File

@ -58,6 +58,11 @@ class Attachment_ajaxAction extends AttachmentAction
}
}
function handle($args)
{
$this->showPage();
}
/**
* Show core.
*