[geeklog-cvs] geeklog: Fixed outdated syntax

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Jan 31 16:13:26 EST 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/36bf1bcf521e
changeset: 6737:36bf1bcf521e
user:      Dirk Haun <dirk at haun-online.de>
date:      Sat Jan 31 18:49:22 2009 +0100
description:
Fixed outdated syntax

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
public_html/lib-common.php |    2 +-

diffs (12 lines):

diff -r a2526932a87f -r 36bf1bcf521e public_html/lib-common.php
--- a/public_html/lib-common.php	Sat Jan 31 17:55:49 2009 +0100
+++ b/public_html/lib-common.php	Sat Jan 31 18:49:22 2009 +0100
@@ -6749,7 +6749,7 @@
 
     require_once 'Text/Wiki.php';
 
-    $wiki = &new Text_Wiki();
+    $wiki = new Text_Wiki();
     $wiki->disableRule('wikilink');
     $wiki->disableRule('freelink');
     $wiki->disableRule('interwiki');



More information about the geeklog-cvs mailing list