From fe7cb35551053380a359c17a49402abeaf684f46 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Mon, 15 Nov 2010 12:56:56 -0800 Subject: restore empty showFallback() for attachment display; still needed for one-offs --- lib/attachmentlist.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/attachmentlist.php b/lib/attachmentlist.php index 0d56791d7..7e536925b 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? + } } -- cgit v1.2.3-54-g00ecf