]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/io/class_FrameworkFileOutputPointer.php
Some minor rewrites
[core.git] / inc / classes / main / io / class_FrameworkFileOutputPointer.php
index 5fb5e7510b13581fcd339815f477b0dc750496de..0b05f8c41e2a05b15acb2e2df7c656f2877ab8d7 100644 (file)
@@ -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('');
        }