From 8443a1aa2b93adca0a572abc14070568a3f4be22 Mon Sep 17 00:00:00 2001 From: Xuefer Date: Sat, 18 Apr 2015 11:11:07 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1586 c26eb9a1-5813-0410-bd6c-c2e55f420ca7 --- lib/Decompiler.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Decompiler.class.php b/lib/Decompiler.class.php index c392639..0381b0c 100644 --- a/lib/Decompiler.class.php +++ b/lib/Decompiler.class.php @@ -2004,7 +2004,7 @@ class Decompiler $args = $this->popargs($EX, $ext); $prefix = (isset($object) ? str($object) . '->' : '' ) - . (isset($EX['called_scope']) ? str($EX['called_scope']) . '::' : '' ); + . (isset($EX['called_scope']) ? str($EX['called_scope']) . '::' : ''); $resvar = $prefix . (!$prefix ? $this->stripNamespace($EX['fbc']) : str($EX['fbc'])) . "($args)";