From 38446738fdd538fce0de92fc968ca046a28bab97 Mon Sep 17 00:00:00 2001 From: rurban Date: Fri, 22 Dec 2006 00:24:09 +0000 Subject: [PATCH] silence empty obcache messages git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@5220 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/Request.php | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/lib/Request.php b/lib/Request.php index 00fd82851..4073482f2 100644 --- a/lib/Request.php +++ b/lib/Request.php @@ -1,5 +1,5 @@ _ob_get_length)) $this->_ob_get_length = 0; $this->_ob_get_length += ob_get_length(); while (@ob_end_flush()); - ob_end_clean(); + if (ob_get_length()) ob_end_clean(); ob_start(); } } @@ -1354,6 +1354,9 @@ class HTTP_ValidatorSet { // $Log: not supported by cvs2svn $ +// Revision 1.108 2006/11/29 19:49:48 rurban +// quote the date +// // Revision 1.107 2006/11/19 11:10:11 rurban // Patch from Bug# 1569424 by Bob Peele (bob.peele@oracle.com) // -- 2.45.0