diff --git a/web/plugins/buildrepository/buildrepository.php b/web/plugins/buildrepository/buildrepository.php index 7d067da16c..32c5a3eea3 100644 --- a/web/plugins/buildrepository/buildrepository.php +++ b/web/plugins/buildrepository/buildrepository.php @@ -1059,7 +1059,7 @@ private function outputPackageGraph(&$pack) if($FrontController->contentCache()->isPresent($cacheName)) { - $cacheInfo = new ContentInfo(); + $contentInfo = new ContentInfo(); $FrontController->contentCache()->getInfo($cacheName, $contentInfo); header('Pragma: public');