]> git.mjollnir.org Git - s9y.git/commitdiff
Make textwiki plugin work with PEAR Wiki 1.0.0 (hopefully ;)
authorgarvinhicking <garvinhicking>
Thu, 14 Jul 2005 09:39:01 +0000 (09:39 +0000)
committergarvinhicking <garvinhicking>
Thu, 14 Jul 2005 09:39:01 +0000 (09:39 +0000)
plugins/serendipity_event_textwiki/serendipity_event_textwiki.php

index 1ad70ea2b540edc92df341b583c7b5c89b8810f5..82e32b5566faccfb25eca374f60ab7d122e5fac5 100644 (file)
@@ -620,7 +620,7 @@ class serendipity_event_textwiki extends serendipity_event
     }
 
     function _init_wiki(&$bag) {
-        @include_once 'Text/Wiki.php';
+        include_once 'Text/Wiki.php';
 
         if (class_exists('Text_Wiki')) {
             $this->wiki =& new Text_Wiki;