restore empty showFallback() for attachment display; still needed for one-offs
This commit is contained in:
@@ -452,4 +452,9 @@ class Attachment extends AttachmentListItem
|
|||||||
|
|
||||||
return $scrubbed;
|
return $scrubbed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
function showFallback()
|
||||||
|
{
|
||||||
|
// still needed: should show a link?
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user