Commit: 80086eabcfb6ca1d83c09c66657ce05d1a3c9125
Author: Derick Rethans(git...@derickrethans.nl)         Tue, 20 Mar 2012 
08:45:52 +0000
Committer: Derick Rethans(git...@derickrethans.nl)      Tue, 20 Mar 2012 
08:47:10 +0000
Parents: a4725e5a641dcbf29b7392d0e3918c5b4ac77a80

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

Log:
Fixed typo in variable name.

Changed paths:
  M  hooks/post-receive.mail


Diff:
80086eabcfb6ca1d83c09c66657ce05d1a3c9125
diff --git a/hooks/post-receive.mail b/hooks/post-receive.mail
index de24b77..56a45d3 100755
--- a/hooks/post-receive.mail
+++ b/hooks/post-receive.mail
@@ -31,8 +31,8 @@ include 'Git/PostReceiveHook.php';
 
 $recipients = exec('git config hooks.mailinglist');
 $emailPrefix = exec('git config hooks.emailprefix');
-if ($emailprefix != '') {
-       $emailprefix . ' ';
+if ($emailPrefix != '') {
+       $emailPrefix . ' ';
 }
 
 $user = null;


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

Reply via email to