Fixing Bitbucket controller.

This commit is contained in:
Dan Cryer 2013-05-10 17:15:48 +01:00
parent d4b24dab32
commit 0c4320b38c

View file

@ -15,7 +15,7 @@ class BitbucketController extends b8\Controller
public function webhook($project)
{
$payload = json_decode(file_get_contents('php://input'), true);
$payload = json_decode($this->getParam('payload'), true);
$branches = array();
$commits = array();