From c9653a577cf8df1652e439a875422801de779b6d Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Wed, 18 Apr 2007 21:29:41 +0000 Subject: [PATCH] Should hide pmwiki internal warnings git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1718 839d8a87-29fc-0310-9880-83ba4fa771e5 --- include/wiki/engine.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wiki/engine.php b/include/wiki/engine.php index 0ecc3ad..ad5d9a1 100644 --- a/include/wiki/engine.php +++ b/include/wiki/engine.php @@ -80,6 +80,8 @@ if (Env::v('action') || !$cache_exists) { require_once($globals->spoolroot.'/wiki/pmwiki.php'); $wikiAll = ob_get_clean(); + pl_clear_errors(); + // the pmwiki skin we are using (almost empty) has these keywords: $i = strpos($wikiAll, ""); $j = strpos($wikiAll, "", $i); -- 2.1.4