From: Michael Wallner Date: Wed, 10 Jun 2015 08:01:41 +0000 (+0200) Subject: fix redirect X-Git-Url: https://git.m6w6.name/?p=pharext%2Fpharext.org;a=commitdiff_plain;h=c31e248a03db90d7e123b85028d828e24b8c9d56 fix redirect --- diff --git a/app/Controller/Github/RepoHook.php b/app/Controller/Github/RepoHook.php index 6bef009..96240f6 100644 --- a/app/Controller/Github/RepoHook.php +++ b/app/Controller/Github/RepoHook.php @@ -17,7 +17,7 @@ class RepoHook extends Github ])); } else { $this->changeHook($args)->done(function() use($args) { - $this->redirectBack($args["owner"]."/".$args["repo"]); + $this->redirectBack($args["owner"]."/".$args["name"]); }); $this->github->drain(); }