diff --git a/src/main/php/scriptlet/HttpScriptletRequest.class.php b/src/main/php/scriptlet/HttpScriptletRequest.class.php index e14bbd1d..a801a8dc 100644 --- a/src/main/php/scriptlet/HttpScriptletRequest.class.php +++ b/src/main/php/scriptlet/HttpScriptletRequest.class.php @@ -1,6 +1,7 @@ inputStream) { if (null === $this->readData) { - $this->inputStream= \lang\XPClass::forName('io.streams.ChannelInputStream')->newInstance('input'); + $this->inputStream= new ChannelInputStream('input'); } else { $f= $this->readData; $this->inputStream= $f();