Some cleanups, more usage of ObjectFactory:
[core.git] / inc / classes / main / compressor / class_GzipCompressor.php
index f69f4260ea9a74756ed880ccbbb9a437c555defb..000fc84429336bb5fbd5e80e0fc3d4599f4af1e8 100644 (file)
@@ -39,7 +39,7 @@ class GzipCompressor extends BaseFrameworkSystem implements Compressor {
         */
        public static final function createGzipCompressor () {
                // Routines not found by default
-               $compressorInstance = null;
+               $compressorInstance = NULL;
 
                // Get new instance
                if ((function_exists('gzcompress')) && (function_exists('gzuncompress'))) {