From f6ba07c4080cdecafdbe55ea2c86d232386fd7ea Mon Sep 17 00:00:00 2001 From: rurban Date: Sat, 10 Mar 2007 18:22:51 +0000 Subject: [PATCH] Patch 1677950 by Erwann Penet git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@5639 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/MailNotify.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/MailNotify.php b/lib/MailNotify.php index ba6e08aee..51e51d0ee 100644 --- a/lib/MailNotify.php +++ b/lib/MailNotify.php @@ -1,5 +1,5 @@ getDbh(); $cache = &$dbh->_wikidb->_cache; //$cache = &$request->_dbi->_cache; - $content = explode("\n", $wikitext); + $this_content = explode("\n", $wikitext); $prevdata = $cache->get_versiondata($this->pagename, $previous, true); if (empty($prevdata['%content'])) $prevdata = $backend->get_versiondata($this->pagename, $previous, true); @@ -386,6 +386,9 @@ will expire at %s.", // $Log: not supported by cvs2svn $ +// Revision 1.8 2007/01/25 07:41:54 rurban +// Add wikimail.log default on unix +// // Revision 1.7 2007/01/20 11:25:38 rurban // Fix onDeletePage warning and content // -- 2.45.0