don't redirect on local file for ajax action
This commit is contained in:
parent
89240cee95
commit
3b6ff92495
@ -58,6 +58,11 @@ class Attachment_ajaxAction extends AttachmentAction
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function handle($args)
|
||||||
|
{
|
||||||
|
$this->showPage();
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Show core.
|
* Show core.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user