X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fmain%2Fclasses%2Foutput%2Fweb%2Fclass_WebOutput.php;fp=inc%2Fmain%2Fclasses%2Foutput%2Fweb%2Fclass_WebOutput.php;h=e1299ef1157f9f12a17dea3466789dcc4a937129;hp=b5dce66894699fe856647b3fda6ca5a0f736842f;hb=de1f271c2bdb43725f6671ea6588a44cf33bf091;hpb=46130e59d03880cc54ea2ddba9c660fe28d8a7d0 diff --git a/inc/main/classes/output/web/class_WebOutput.php b/inc/main/classes/output/web/class_WebOutput.php index b5dce668..e1299ef1 100644 --- a/inc/main/classes/output/web/class_WebOutput.php +++ b/inc/main/classes/output/web/class_WebOutput.php @@ -103,7 +103,7 @@ class WebOutput extends BaseOutput implements OutputStreamer, Registerable { * @throws UnsupportedOperationException If this method is called */ public function seek ($offset, $whence = SEEK_SET) { - self::createDebugInstance(__CLASS__)->debugOutput('[' . __METHOD__ . ':' . __LINE__ . '] offset=' . $offset . ',whence=' . $whence); + self::createDebugInstance(__CLASS__, __LINE__)->debugOutput('[' . __METHOD__ . ':' . __LINE__ . '] offset=' . $offset . ',whence=' . $whence); throw new UnsupportedOperationException(array($this, __FUNCTION__), self::EXCEPTION_UNSPPORTED_OPERATION); }