From: arino Date: Sun, 6 Jul 2003 03:13:48 +0000 (+0900) Subject: 引数誤り X-Git-Tag: r1_5_0_rc1~1501 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=a4929814f3091bee9f3330a858ae1e9bd089134a;p=pukiwiki%2Fpukiwiki.git 引数誤り --- diff --git a/config.php b/config.php index 5be8515..ed00aad 100644 --- a/config.php +++ b/config.php @@ -2,7 +2,7 @@ ///////////////////////////////////////////////// // PukiWiki - Yet another WikiWikiWeb clone. // -// $Id: config.php,v 1.5 2003/05/16 05:43:55 arino Exp $ +// $Id: config.php,v 1.6 2003/07/06 03:13:48 arino Exp $ // /* * ¥×¥é¥°¥¤¥ó¤ÎÀßÄê¤òPukiWiki¤Î¥Ú¡¼¥¸¤Ëµ­½Ò¤¹¤ë @@ -136,7 +136,7 @@ class Config { if (!array_key_exists($title,$this->objs)) { - $this->objs[$title] = &new ConfigTable(array('*'.trim($title)."\n")); + $this->objs[$title] = &new ConfigTable('*'.trim($title)."\n"); } return $this->objs[$title]; }