From: Elan Ruusamäe Date: Thu, 19 Jul 2012 16:23:36 +0000 (+0300) Subject: typo (do expand variable) X-Git-Tag: auto/th/dokuwiki-20120910-1~18 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fdokuwiki.git;a=commitdiff_plain;h=8d2ec61eb63b177aa9f38066106b7923cbcbb2fc typo (do expand variable) --- 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); + } + } +