From ddd55b4fadabeadb550b5559b64e220aeff9869f Mon Sep 17 00:00:00 2001 From: rurban Date: Tue, 20 Aug 2002 11:17:08 +0000 Subject: [PATCH] fixed (again) the Double Page-Transformation bug. http://phpwiki.sourceforge.net/phpwiki/FixedBugs somehow the CVS fix from 2002.03.05 didn't made it to me. git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@2263 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/PageType.php | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/lib/PageType.php b/lib/PageType.php index 1d4da2845..4ffad1f14 100644 --- a/lib/PageType.php +++ b/lib/PageType.php @@ -1,4 +1,4 @@ - new PageType($text, $markup), - 'interwikimap' => new interWikiMapPageType($text, $markup)); - - // Start making the actual content - $content_template = $_ContentTemplates[$ContentTemplateName]; return $content_template->getContent(); } -- 2.45.0