commit 8d2ec61eb63b177aa9f38066106b7923cbcbb2fc
Author: Elan Ruusamäe <[email protected]>
Date:   Thu Jul 19 19:23:36 2012 +0300

    typo (do expand variable)

 dokuwiki-mailthreads.patch | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/dokuwiki-mailthreads.patch b/dokuwiki-mailthreads.patch
index f3d651f..ceb5ad6 100644
--- a/dokuwiki-mailthreads.patch
+++ b/dokuwiki-mailthreads.patch
@@ -12,9 +12,9 @@
 +        $listid = join('.', array_reverse(explode('/', DOKU_BASE))).$server;
 +        $listid = strtolower(trim($listid, '.'));
 +
-+        $mail->setHeader('Message-Id', "$id?rev=$cur@listid", false);
++        $mail->setHeader('Message-Id', "$id?rev=$cur@$listid", false);
 +        if ($rev) {
-+            $mail->setHeader('In-Reply-To', "$id?rev=$rev@listid", false);
++            $mail->setHeader('In-Reply-To', "$id?rev=$rev@$listid", false);
 +        }
 +    }
 +
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to