X-Git-Url: http://git.osdn.net/view?p=nucleus-jp%2Fnucleus-next.git;a=blobdiff_plain;f=nucleus%2Flibs%2FPARSER.php;h=406fe8c5a5cece2ba50e56098d417678245effa7;hp=b84f02b445c75c529f918f05f9c96ff1a80477d1;hb=6575e866f3fd1938601432841d80f82e9d259265;hpb=b8776ac243eff9686093eb809fc8a3f1b12675b0 diff --git a/nucleus/libs/PARSER.php b/nucleus/libs/PARSER.php index b84f02b..406fe8c 100644 --- a/nucleus/libs/PARSER.php +++ b/nucleus/libs/PARSER.php @@ -135,7 +135,7 @@ class Parser if ( in_array($actionlc, $this->actions) || $this->norestrictions ) { - call_user_func_array(array(&$this->handler, "parse_{$actionlc}"), $params); + call_user_func_array(array($this->handler, "parse_{$actionlc}"), $params); } else {