OSDN Git Service

FIX: リファレンスにまつわるコードを修正
[nucleus-jp/nucleus-next.git] / nucleus / libs / PARSER.php
index b84f02b..406fe8c 100644 (file)
@@ -135,7 +135,7 @@ class Parser
                
                if ( in_array($actionlc, $this->actions) || $this->norestrictions )
                {
                
                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
                {
                }
                else
                {