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