Another deprecated feature + htmlparser fix
[mirrors/Kyberia-bloodline.git] / wwwroot / inc / nodes.inc
index 2b7053695068640759f99266ab8a87f8e22d7176..b4adcdd48b64d22827adb33c4aef1592c2231203 100644 (file)
@@ -132,7 +132,7 @@ function processContent($node_content) {
                 require_once 'Text/Wiki.php';
 
                 // instantiate a Text_Wiki object with the default rule set
-                $wiki =& new Text_Wiki();
+                $wiki = new Text_Wiki();
 
                 $node_content = $wiki->transform($node_content, 'Xhtml');
         }
This page took 0.266018 seconds and 4 git commands to generate.