Skip to content

Commit

Permalink
Homepage|Build Repository|Fixed: Undefined variable warning (ContentI…
Browse files Browse the repository at this point in the history
…nfo)
  • Loading branch information
danij-deng committed Mar 15, 2012
1 parent de621b8 commit 45616ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/plugins/buildrepository/buildrepository.php
Expand Up @@ -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');
Expand Down

0 comments on commit 45616ac

Please sign in to comment.