From: Jan Schneider Date: Tue, 24 Aug 2010 13:54:51 +0000 (+0200) Subject: Fix variable name. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=98700aa4f25c41851edac7859a20b0abe6190cae;p=horde.git Fix variable name. --- diff --git a/framework/Vcs/lib/Horde/Vcs/Git.php b/framework/Vcs/lib/Horde/Vcs/Git.php index 17da11b9b..2190bb31c 100644 --- a/framework/Vcs/lib/Horde/Vcs/Git.php +++ b/framework/Vcs/lib/Horde/Vcs/Git.php @@ -787,7 +787,7 @@ class Horde_Vcs_Patchset_Git extends Horde_Vcs_Patchset $revs = array(); if (isset($opts['file'])) { - $ob = $rep->getFileObject($file); + $ob = $rep->getFileObject($opts['file']); $revs = $ob->queryLogs(); } elseif (!empty($opts['range'])) { foreach ($opts['range'] as $val) {