From ec78eb531937f00b17fbe5353afc0e96583363f8 Mon Sep 17 00:00:00 2001 From: Paul Weinstein Date: Mon, 2 Apr 2018 15:11:17 -0700 Subject: [PATCH] Fix syntax error! --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ); }