diff --git a/translation_clone.operations.inc b/translation_clone.operations.inc
index 843c7a1..c1d0f42 100644
--- a/translation_clone.operations.inc
+++ b/translation_clone.operations.inc
@@ -44,7 +44,7 @@ function translation_clone_entity_translations_operation($source_language, $targ
     if (empty($count)) {
       $context['sandbox']['bundles_step']++;
       if ($context['sandbox']['bundles_step'] < $context['sandbox']['bundles_max']) {
-        $entity_type_and_bundle = $options[$context['sandbox']['bundles_step']];
+        $entity_type_and_bundle = $types[$context['sandbox']['bundles_step']];
         list($entity_type, $bundle) = explode(':', $entity_type_and_bundle, 2);
         $query->entityConditions['bundle']['value'] = $bundle;
         $query->entityConditions['entity_type']['value'] = $entity_type;
