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)";