Skip to content

Commit 0f319c1

Browse files
committed
DEFECT
1 parent 85d3266 commit 0f319c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

collabora_online.module

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ function collabora_online_theme($existing, $type, $theme, $path) {
8080
* This is used to add the menu entry in the Media content to
8181
* open the viewer/editor directly.
8282
*/
83-
function collabora_online_entity_operation(EntityInterface $entity) {
83+
function collabora_online_entity_operation_(EntityInterface $entity) {
8484
if (($entity->getEntityTypeId() != "media") ||
8585
($entity->getSource()->getPluginId() != "file")) {
8686
return [];

0 commit comments

Comments
 (0)