From: Brion Vibber Date: Mon, 15 Nov 2010 20:56:56 +0000 (-0800) Subject: restore empty showFallback() for attachment display; still needed for one-offs X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fe7cb35551053380a359c17a49402abeaf684f46;p=quix0rs-gnu-social.git restore empty showFallback() for attachment display; still needed for one-offs --- diff --git a/lib/attachmentlist.php b/lib/attachmentlist.php index 0d56791d70..7e536925bf 100644 --- a/lib/attachmentlist.php +++ b/lib/attachmentlist.php @@ -452,4 +452,9 @@ class Attachment extends AttachmentListItem return $scrubbed; } + + function showFallback() + { + // still needed: should show a link? + } }