]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
restore empty showFallback() for attachment display; still needed for one-offs
authorBrion Vibber <brion@pobox.com>
Mon, 15 Nov 2010 20:56:56 +0000 (12:56 -0800)
committerBrion Vibber <brion@pobox.com>
Mon, 15 Nov 2010 20:56:56 +0000 (12:56 -0800)
lib/attachmentlist.php

index 0d56791d7002955cb3622a0f76f4ac63a4b6cf36..7e536925bfffeee2f9cb69a251f539b1dfb2cefd 100644 (file)
@@ -452,4 +452,9 @@ class Attachment extends AttachmentListItem
 
         return $scrubbed;
     }
+
+    function showFallback()
+    {
+        // still needed: should show a link?
+    }
 }