X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fio%2Fclass_FileIOStream.php;h=aea932f26c00fb935df3be1844e14d11aff02010;hp=155774a1bb522e24f9e649059991dba8ba0fec78;hb=c42b8268dcbbfb501fc7924fbf57316a83e1d5a7;hpb=49307b1d5278d5a968ab391dd88abb9b9ee06df8 diff --git a/inc/classes/main/io/class_FileIOStream.php b/inc/classes/main/io/class_FileIOStream.php index 155774a1bb..aea932f26c 100644 --- a/inc/classes/main/io/class_FileIOStream.php +++ b/inc/classes/main/io/class_FileIOStream.php @@ -25,9 +25,9 @@ class FileIOStream extends BaseFrameworkSystem implements FileInputStreamer, Fil /** * Private constructor */ - private function __construct () { + protected function __construct () { // Call parent constructor - parent::constructor(__CLASS__); + parent::__construct(__CLASS__); // Set part description $this->setObjectDescription("Universal Datei-Ein-/Ausgabesystem");