[packages/dokuwiki] typo (do expand variable)

glen glen at pld-linux.org
Thu Jul 19 18:25:21 CEST 2012


commit 8d2ec61eb63b177aa9f38066106b7923cbcbb2fc
Author: Elan Ruusamäe <glen at delfi.ee>
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 at listid", false);
++        $mail->setHeader('Message-Id', "$id?rev=$cur@$listid", false);
 +        if ($rev) {
-+            $mail->setHeader('In-Reply-To', "$id?rev=$rev at listid", false);
++            $mail->setHeader('In-Reply-To', "$id?rev=$rev@$listid", false);
 +        }
 +    }
 +


More information about the pld-cvs-commit mailing list