diff --git a/dumux/multidomain/subdomainstaggeredlocalassembler.hh b/dumux/multidomain/subdomainstaggeredlocalassembler.hh
index bb0247414157b2037d6f20439d6de74656a130d6..f86611b827f831692934cb14d4514b56b21532f6 100644
--- a/dumux/multidomain/subdomainstaggeredlocalassembler.hh
+++ b/dumux/multidomain/subdomainstaggeredlocalassembler.hh
@@ -406,8 +406,8 @@ public:
         elemFluxVarsCache.bind(element, fvGeometry, curElemVolVars);
         if (!this->assembler().isStationaryProblem())
         {
-            this->prevElemVolVars().bindElement(element, fvGeometry, this->assembler().prevSol()[domainId]);
-            this->prevElemFaceVars().bindElement(element, fvGeometry, this->assembler().prevSol()[domainId]);
+            this->prevElemVolVars().bindElement(element, fvGeometry, this->assembler().prevSol());
+            this->prevElemFaceVars().bindElement(element, fvGeometry, this->assembler().prevSol());
         }
     }