]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
don't redirect on local file for ajax action
authorEvan Prodromou <evan@controlyourself.ca>
Wed, 1 Jul 2009 17:50:44 +0000 (13:50 -0400)
committerEvan Prodromou <evan@controlyourself.ca>
Wed, 1 Jul 2009 17:50:44 +0000 (13:50 -0400)
actions/attachment_ajax.php

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