We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85d3266 commit 0f319c1Copy full SHA for 0f319c1
collabora_online.module
@@ -80,7 +80,7 @@ function collabora_online_theme($existing, $type, $theme, $path) {
80
* This is used to add the menu entry in the Media content to
81
* open the viewer/editor directly.
82
*/
83
-function collabora_online_entity_operation(EntityInterface $entity) {
+function collabora_online_entity_operation_(EntityInterface $entity) {
84
if (($entity->getEntityTypeId() != "media") ||
85
($entity->getSource()->getPluginId() != "file")) {
86
return [];
0 commit comments