Commit:    3325644c596ede37db63958c1c88d4f321138f35
Author:    Florian Anderiasch <f...@art-core.org>         Wed, 21 Mar 2012 
23:05:48 +0100
Committer: David Soria Parra <d...@php.net>      Thu, 22 Mar 2012 08:41:22 +0100
Parents:   482891ec472c2946c6f51140d3be016d94cbb80c
Branches:  dsp/playground

Link:       
http://git.php.net/?p=karma.git;a=commitdiff;h=3325644c596ede37db63958c1c88d4f321138f35

Log:
typo fix

Changed paths:
  M  lib/Git/PostReceiveHook.php


Diff:
3325644c596ede37db63958c1c88d4f321138f35
diff --git a/lib/Git/PostReceiveHook.php b/lib/Git/PostReceiveHook.php
index 26da8c6..9a380a7 100644
--- a/lib/Git/PostReceiveHook.php
+++ b/lib/Git/PostReceiveHook.php
@@ -93,7 +93,7 @@ class PostReceiveHook extends ReceiveHook
            }
         }
 
-        $unpushedBranches = array_diff($this->allBranches, 
$thi->updatedBranches);
+        $unpushedBranches = array_diff($this->allBranches, 
$this->updatedBranches);
         foreach (array_unique($revisions) as $revision) {
             if (!$this->isRevExistsInBranches($revision, $unpushedBranches)) {
                 $this->sendCommitMail($revision);


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to