summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrion Vibber <brion@pobox.com>2010-11-15 12:56:56 -0800
committerBrion Vibber <brion@pobox.com>2010-11-15 12:56:56 -0800
commitfe7cb35551053380a359c17a49402abeaf684f46 (patch)
tree32c302734cb67e4d716e51bd3ae02405414dd8be
parent5c00848b74ff262a1f36efc17f1f44580d3ee313 (diff)
restore empty showFallback() for attachment display; still needed for one-offs
-rw-r--r--lib/attachmentlist.php5
1 files changed, 5 insertions, 0 deletions
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?
+ }
}