[geeklog-cvs] geeklog: Fixed outdated syntax

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


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/9c6dd270b547
changeset: 6738:9c6dd270b547
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 ae1278566d34 -r 9c6dd270b547 public_html/lib-common.php
--- a/public_html/lib-common.php	Wed Jan 28 20:49:16 2009 +0100
+++ b/public_html/lib-common.php	Sat Jan 31 18:49:22 2009 +0100
@@ -6746,7 +6746,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