From 8506eeed2c7adbd5c2f63e9a62d841c59bc3a16d Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 17 Oct 2016 09:50:07 +0800 Subject: [PATCH] CodeDoc/Data/Class.php --- CodeDoc/Data/Class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodeDoc/Data/Class.php b/CodeDoc/Data/Class.php index c7ffac2..26b094d 100644 --- a/CodeDoc/Data/Class.php +++ b/CodeDoc/Data/Class.php @@ -100,7 +100,7 @@ class PHP_CodeDoc_Data_Class { $c = $cname = $op->name; if ($c == '__construct') { print_R($op);exit; - $cname = 'new ' . $op->cls; + $cname = 'new ' . $op->class; } $ret['items'][] = array( '|xns' => 'Roo.bootstrap', -- 2.39.2