diff --git a/Classes/Aspects/ContentCacheVisualisationAspect.php b/Classes/Aspects/ContentCacheVisualisationAspect.php index 3065fb5..c03bd5d 100644 --- a/Classes/Aspects/ContentCacheVisualisationAspect.php +++ b/Classes/Aspects/ContentCacheVisualisationAspect.php @@ -33,7 +33,7 @@ class ContentCacheVisualisationAspect public function wrapContentCacheCachedSegment(JoinPointInterface $joinPoint) { $content = $joinPoint->getMethodArgument('content'); - $path = $joinPoint->getMethodArgument('typoScriptPath'); + $path = $joinPoint->getMethodArgument('fusionPath'); $lifetime = null; if ($joinPoint->getMethodArgument('lifetime')) { @@ -82,7 +82,7 @@ private function _wrapContent($type, $content, $parameter) public function wrapContentCacheUncachedSegment(JoinPointInterface $joinPoint) { $content = $joinPoint->getAdviceChain()->proceed($joinPoint); - $path = $joinPoint->getMethodArgument('typoScriptPath'); + $path = $joinPoint->getMethodArgument('fusionPath'); if (!$this->_checkBlacklistedPath($path)) { $parameter = [