X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fio%2Fclass_FrameworkFileOutputPointer.php;h=0b05f8c41e2a05b15acb2e2df7c656f2877ab8d7;hp=5fb5e7510b13581fcd339815f477b0dc750496de;hb=1d0f8e0fa7346ab3df9d0ee44c4c957047711ddc;hpb=3e1fbf30a631cf1cd64562b69228452c49e0033f diff --git a/inc/classes/main/io/class_FrameworkFileOutputPointer.php b/inc/classes/main/io/class_FrameworkFileOutputPointer.php index 5fb5e751..0b05f8c4 100644 --- a/inc/classes/main/io/class_FrameworkFileOutputPointer.php +++ b/inc/classes/main/io/class_FrameworkFileOutputPointer.php @@ -132,7 +132,7 @@ class FrameworkFileOutputPointer extends BaseFrameworkSystem { // Close the file pointer and reset the instance variable @fclose($this->getPointer()); - $this->setPointer(null); + $this->setPointer(NULL); $this->setFileName(''); }