diff --git a/sites/all/modules/entity_translation/entity_translation.module b/sites/all/modules/entity_translation/entity_translation.module
index a51acb9..f8705fe 100644
--- a/sites/all/modules/entity_translation/entity_translation.module
+++ b/sites/all/modules/entity_translation/entity_translation.module
@@ -563,6 +563,8 @@
   // If the translation exists or no translation was specified, we can show the
   // corresponding local task. If translations have not been initialized yet, we
   // need to grant access to the user.
+  // Language Neutral entities count as "no translation"
+  unset($translations->data[LANGUAGE_NONE]);
   if (empty($translations->data) || isset($translations->data[$langcode])) {
     // Check that the requested language is actually accessible. If the entity
     // is language neutral we need to let editors access it.