From 580116b1c167fb9568f7cc3542057f2539acda74 Mon Sep 17 00:00:00 2001 From: epriestley Date: Sat, 12 Feb 2011 18:49:28 -0800 Subject: [PATCH] Herp derp. Summary: Test Plan: Reviewers: CC: --- .../PhabricatorRepositoryGitHubPostReceiveController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/applications/repository/controller/github-post-receive/PhabricatorRepositoryGitHubPostReceiveController.php b/src/applications/repository/controller/github-post-receive/PhabricatorRepositoryGitHubPostReceiveController.php index 7bee9d6884..850a9a1e29 100644 --- a/src/applications/repository/controller/github-post-receive/PhabricatorRepositoryGitHubPostReceiveController.php +++ b/src/applications/repository/controller/github-post-receive/PhabricatorRepositoryGitHubPostReceiveController.php @@ -20,7 +20,7 @@ class PhabricatorRepositoryGitHubPostReceiveController extends PhabricatorRepositoryController { - public function shouldRequireAuthentication() { + public function shouldRequireLogin() { return false; }