Commit 52cd67ff by Seldaek

git-svn-id: svn://dwoo.org/dwoo/trunk@53 0598d79b-80c4-4d41-97ba-ac86fbbd088b

parent 4d29e011
......@@ -2075,7 +2075,7 @@ class Dwoo_Compiler implements Dwoo_ICompiler
}
$cmdstrsrc = substr($cmdstrsrc, strlen($func)+1+$ptr);
$paramstr = substr($paramstr, 0, $ptr);
foreach($params as $p)
foreach($params as $k=>$p)
{
if(is_array($p) && is_array($p[1]))
$state |= 2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment