From: Evan Prodromou Date: Wed, 1 Jul 2009 17:50:44 +0000 (-0400) Subject: don't redirect on local file for ajax action X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3b6ff92495e7354361fbb7f93ccb83d96c9e4452;p=quix0rs-gnu-social.git don't redirect on local file for ajax action --- 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. *