diff --git a/index.php b/index.php index c0af6a7..ccf8267 100644 --- a/index.php +++ b/index.php @@ -60,7 +60,7 @@ $githubEvents = $elsewhere->getGitHubEvents(); - memcache->set( 'hub_pdw', $githubEvents ); + $memcache->set( 'hub_pdw', $githubEvents ); }