From: Jan Schneider Date: Wed, 5 Jan 2011 12:49:05 +0000 (+0100) Subject: Fix generating link to patchsets if not using commits.php. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e85e266416c930180b896633fe3da1ec151dd79e;p=horde.git Fix generating link to patchsets if not using commits.php. --- diff --git a/chora/lib/Chora.php b/chora/lib/Chora.php index c874cbb63..3ebcb6d49 100644 --- a/chora/lib/Chora.php +++ b/chora/lib/Chora.php @@ -130,6 +130,8 @@ class Chora if (!empty($args['ps'])) { $script = urlencode(isset($args['rt']) ? $args['rt'] : $GLOBALS['acts']['rt']) . '/-/commit/' . $args['ps']; unset($arglist['ps']); + } else { + $script .= '/' . $uri; } break;