From 2cd181a4305d1a1fe7a28c2b3526f63026a7343b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 17 Oct 2016 09:50:14 +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 26b094d..59456fb 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->class; + $cname = 'new ' . $op->{'class'}; } $ret['items'][] = array( '|xns' => 'Roo.bootstrap', -- 2.39.2