diff --git a/dumux/porousmediumflow/nonequilibrium/localresidual.hh b/dumux/porousmediumflow/nonequilibrium/localresidual.hh
index ddf40be6713178265bca6d792f289f1412861420..d60de847e2b4f3c83732c09c77c331b4a927425f 100644
--- a/dumux/porousmediumflow/nonequilibrium/localresidual.hh
+++ b/dumux/porousmediumflow/nonequilibrium/localresidual.hh
@@ -157,7 +157,7 @@ public:
                                    * volVars.moleFraction(phaseIdx, compIdx);
             }
             //! The energy storage in the fluid phase with index phaseIdx
-            EnergyLocalResidual::fluidPhaseStorage(storage, scv, volVars, phaseIdx);
+            EnergyLocalResidual::fluidPhaseStorage(storage, problem, scv, volVars, phaseIdx);
         }
          //! The energy storage in the solid matrix
         EnergyLocalResidual::solidPhaseStorage(storage, scv, volVars);